Skip to content

Commit a2336ae

Browse files
committed
Merge pull request jquery#315 from yboulkaid/patch-1
Fixed typo in a link
2 parents 2d88c58 + d41c481 commit a2336ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/syntax-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attribution:
88

99
### Comments
1010

11-
JavaScript has support for single- and multi-line comments. Comments are ignored by the JavaScript engine and therefore have no side-effects on the outcome of the program. Use comments to document the code for other developers. Libraries like [JSDoc](http://code.google.com/p/jsdoc-toolkit/, "JSDoc Toolkit") are available to help generate project documentation pages based on commenting conventions.
11+
JavaScript has support for single- and multi-line comments. Comments are ignored by the JavaScript engine and therefore have no side-effects on the outcome of the program. Use comments to document the code for other developers. Libraries like [JSDoc](http://code.google.com/p/jsdoc-toolkit/ "JSDoc Toolkit") are available to help generate project documentation pages based on commenting conventions.
1212

1313
```
1414
// Single and multi line comments.

0 commit comments

Comments
 (0)