Skip to content

Commit fbf78e9

Browse files
authored
Tweak spacing in comment
1 parent 22d8e55 commit fbf78e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/has-value_63.janet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
(has-value? ["a" "b" "c"] 'a) # -> false
2424
(has-value? ["a" "b" "c"] 97) # -> false
2525

26-
#arrays
26+
# arrays
2727
(has-value? @[] 0) # -> false
2828
(has-value? @["a" "b" "c"] "a") # -> true
2929
(has-value? @["a" "b" "c"] 'a) # -> false
30-
(has-value? @["a" "b" "c"] 97) # -> false
30+
(has-value? @["a" "b" "c"] 97) # -> false

0 commit comments

Comments
 (0)