typo in prefix-out example
svn: r13798
This commit is contained in:
parent
2336b9c279
commit
d3a8cd369a
|
@ -782,7 +782,7 @@ follows.
|
|||
|
||||
@defexamples[#:eval (syntax-eval)
|
||||
(module a scheme
|
||||
(provide (prefix-out f foo))
|
||||
(provide (prefix-out f: foo))
|
||||
(define foo 2))
|
||||
(require 'a)
|
||||
f:foo
|
||||
|
|
Loading…
Reference in New Issue
Block a user