Skip to content

Commit 68452e0

Browse files
committed
update documentation/basic-types inline comments
1 parent aab1f72 commit 68452e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/basic-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ A comment begins with a `#` or `;` character and continues until the end of the
149149

150150
Phel also supports inline s-expression commenting with `#_` which comments out the next form. It can also be stacked to comment out two or more forms after it.
151151

152-
```
152+
```phel
153153
[:one :two :three] # results to [:one :two :three]
154154
[#_:one :two :three] # results to [:two :three]
155155
[#_:one :two #_:three] # results to [:two]

0 commit comments

Comments
 (0)