From acd24d68ec8d98df391e07f42da0a9185f4664d6 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 3 Dec 2012 12:12:40 -0700 Subject: [PATCH] reference: add missing section tags --- collects/scribblings/reference/fixnums.scrbl | 2 +- collects/scribblings/reference/flonums.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/fixnums.scrbl b/collects/scribblings/reference/fixnums.scrbl index 4ac824f4a9..0028ce1332 100644 --- a/collects/scribblings/reference/fixnums.scrbl +++ b/collects/scribblings/reference/fixnums.scrbl @@ -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 diff --git a/collects/scribblings/reference/flonums.scrbl b/collects/scribblings/reference/flonums.scrbl index 07458ea7c4..d97e49af1f 100644 --- a/collects/scribblings/reference/flonums.scrbl +++ b/collects/scribblings/reference/flonums.scrbl @@ -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