From 9530b7b93e9dd33ec8cffd077dc88415fbe86d8a Mon Sep 17 00:00:00 2001 From: Miroslav Cimerman Date: Tue, 6 Feb 2024 18:43:16 +0100 Subject: [PATCH] comments.md: fix typo --- modules/comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/comments.md b/modules/comments.md index 8935f6b0..e7018439 100644 --- a/modules/comments.md +++ b/modules/comments.md @@ -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