utils.scrbl: Typo in pretty-print-set.
This commit is contained in:
parent
58327125eb
commit
b337d17080
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ those symbols.
|
||||||
|
|
||||||
@defproc[(pretty-print-set (s (Setof Any))) String]{
|
@defproc[(pretty-print-set (s (Setof Any))) String]{
|
||||||
|
|
||||||
Pretty print a set by listing its elements in alphabetic order.
|
Pretty prints a set by listing its elements in alphabetic order.
|
||||||
|
|
||||||
@examples[#:eval utils-evaluator
|
@examples[#:eval utils-evaluator
|
||||||
(pretty-print-set (set 'a 'b 1))
|
(pretty-print-set (set 'a 'b 1))
|
||||||
|
|
Loading…
Reference in a new issue