reference: add missing section tags

This commit is contained in:
Matthew Flatt 2012-12-03 12:12:40 -07:00
parent 27e8702ec5
commit acd24d68ec
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ Safe versions of @racket[unsafe-fx->fl] and @racket[unsafe-fl->fx].}
@; ------------------------------------------------------------
@section{Fixnum Vectors}
@section[#:tag "fxvectors"]{Fixnum Vectors}
A @deftech{fxvector} is like a @tech{vector}, but it holds only
@tech{fixnums}. The only advantage of a @tech{fxvector} over a

View File

@ -133,7 +133,7 @@ inexact.}
@; ------------------------------------------------------------------------
@section{Flonum Vectors}
@section[#:tag "flvectors"]{Flonum Vectors}
A @deftech{flvector} is like a @tech{vector}, but it holds only
inexact real numbers. This representation can be more compact, and