We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150145e commit eb6e262Copy full SHA for eb6e262
examples/001_comments.tea
@@ -2,7 +2,7 @@
2
// They can be used to document code and add explanations
3
4
// Comments can appear anywhere in the code
5
-let x = 42; // This is an inline comment
+// let x = 42; // This is an inline comment
6
7
/*
8
* Block comments can be formatted nicely
0 commit comments