Skip to content

Commit eb6e262

Browse files
committed
Fix 001_comments.tea
1 parent 150145e commit eb6e262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/001_comments.tea

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// They can be used to document code and add explanations
33

44
// Comments can appear anywhere in the code
5-
let x = 42; // This is an inline comment
5+
// let x = 42; // This is an inline comment
66

77
/*
88
* Block comments can be formatted nicely

0 commit comments

Comments
 (0)