svn: r11266
This commit is contained in:
Jay McCarthy 2008-08-14 22:53:03 +00:00
parent 2e0c6444f9
commit e3877dbf0f

View File

@ -103,7 +103,8 @@ related to HTTP request data structures.
and the content @scheme[content]. and the content @scheme[content].
} }
@defproc[(bindings-assq [binds (listof binding?)]) @defproc[(bindings-assq [id bytes?]
[binds (listof binding?)])
(or/c false/c binding?)]{ (or/c false/c binding?)]{
Returns the binding with an id equal to @scheme[id] from @scheme[binds] or @scheme[#f]. Returns the binding with an id equal to @scheme[id] from @scheme[binds] or @scheme[#f].
} }