Skip to content

Commit 6391f79

Browse files
committed
fix grammar in comment #345
1 parent b7be869 commit 6391f79

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

dist/std.min.scm

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/std.scm

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/std.xcb

-15 Bytes
Binary file not shown.

lib/bootstrap.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
(define (%any-null? lst)
845845
"(%any-null? lst)
846846
847-
Checks if any of elemets in the list is null."
847+
Checks if any of elements in the list is null."
848848
(if (null? lst)
849849
false
850850
(if (null? (car lst))

0 commit comments

Comments
 (0)