doc typo: missing /c

This commit is contained in:
Sorawee Porncharoenwase 2020-05-22 03:46:25 -07:00 committed by Sam Tobin-Hochstadt
parent 97cdf8da88
commit 0c55f8dbc9

View File

@ -778,8 +778,8 @@ inspect the entire tree.
(or/c #f
(struct/dc bt
[val (between/c lo hi)]
[left (val) #:lazy (bst lo val)]
[right (val) #:lazy (bst val hi)])))]
[left (val) #:lazy (bst/c lo val)]
[right (val) #:lazy (bst/c val hi)])))]
@history[#:changed "6.0.1.6" @elem{Added @racket[#:inv].}]
}