missing space

svn: r10676
This commit is contained in:
Eli Barzilay 2008-07-08 15:21:56 +00:00
parent c408a4d773
commit c127e5fdb7

View File

@ -406,7 +406,7 @@ used.
@section{Powers and Roots}
@defproc[(sqrt [z number?]) number?]{ Returns the principal
@as-index{square root} of @scheme[z].The result is exact if
@as-index{square root} of @scheme[z]. The result is exact if
@scheme[z] is exact and @scheme[z]'s square root is rational. See
also @scheme[integer-sqrt].