Skip to content

Commit

Permalink
fix typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 9, 2024
1 parent f0b0f13 commit d12f36b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/std.min.scm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/std.scm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/std.xcb
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/R7RS.scm
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@

(define radix (make-parameter 10))

The result value is a prodecure that return the value of dynamic variable."
The result value is a procedure that return the value of dynamic variable."
(lambda ()
(let* ((self arguments.callee)
(name self.__name__)
Expand Down

0 comments on commit d12f36b

Please sign in to comment.