fix doc header

This commit is contained in:
Robby Findler 2014-05-13 18:06:23 -05:00
parent 62f42339c1
commit efefe300f5

View File

@ -13,7 +13,7 @@
These functions specify tree layouts and functions
that render them as @racket[pict]s.
@declare-exporting[pict/tree-layout]
@defmodule[pict/tree-layout]
@defproc[(tree-layout [#:pict node-pict (or/c #f pict?) #f]
[child (or/c tree-layout? tree-edge? #f)] ...)