Skip to content

Commit

Permalink
Merge pull request #28 from mcimerman/master
Browse files Browse the repository at this point in the history
comments.md: fix typo
  • Loading branch information
vladak authored Feb 6, 2024
2 parents 582021a + 9530b7b commit 94b1774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
do_something()
```

- Pick a reasonble style and stick to it. Mising one line comments using both
- Pick a reasonble style and stick to it. Mixing one line comments using both
`//` and `/* */` is not the best style.

- In general, you can always figure out what the code does, it is just a matter
Expand Down

0 comments on commit 94b1774

Please sign in to comment.