Tweak view* doc readability

This commit is contained in:
Jack Firth 2015-07-08 10:56:49 -07:00
parent 62e0073af6
commit 176d64c918

View File

@ -27,7 +27,8 @@
Like @racket[lens-view], except that it takes multiple lenses and
returns a list of views.
@lenses-examples[
(lens-view* '(a b ((c d) e f) g) third-lens first-lens second-lens)
(lens-view* '(a b ((c d) e f) g)
third-lens first-lens second-lens)
]}
@defproc[(lens-set* [target target/c] [lens lens?] [new-view view/c] ... ...) target/c]{