Skip to content

Commit ce0a1f4

Browse files
committed
Merge pull request GitbookIO#24 from nicoder/patch-3
fix typos
2 parents 8a60f23 + 0740ab2 commit ce0a1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Comments
22

3-
Comments are statements that will not be executed by the interpreter, comments are used to mark anotations for others programmers or small descriptions of what your code does, thus making it easier for others to understand what your code does.
3+
Comments are statements that will not be executed by the interpreter, comments are used to mark annotations for other programmers or small descriptions of what your code does, thus making it easier for others to understand what your code does.
44

55
In Javascript, comments can be written in 2 different ways:
66

0 commit comments

Comments
 (0)