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)
|
@defexamples[#:eval (syntax-eval)
|
||||||
(module a scheme
|
(module a scheme
|
||||||
(provide (prefix-out f foo))
|
(provide (prefix-out f: foo))
|
||||||
(define foo 2))
|
(define foo 2))
|
||||||
(require 'a)
|
(require 'a)
|
||||||
f:foo
|
f:foo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user