[racket-dev] Tiny tweak to docs

2012-04-30 Thread Eric Hanchrow
diff --git a/collects/scribblings/reference/sets.scrbl
b/collects/scribblings/reference/sets.scrbl
index d9ea0c6..44cc41d 100644
--- a/collects/scribblings/reference/sets.scrbl
+++ b/collects/scribblings/reference/sets.scrbl
@@ -27,8 +27,8 @@ unpredictable when keys are mutated.
 @defproc[(seteq [v any/c] ...) set?]
 )]{

-Creates a set that uses @racket[equal?], @racket[eq?], or
-@racket[eqv?], respectively, to compare elements.  The given
+Creates a set that uses @racket[equal?], @racket[eqv?], or
+@racket[eq?], respectively, to compare elements.  The given
 @racket[v]s are added to the set. The elements are added in the order
 that they appear as @racket[v]s, so in the first two cases, an earlier
 element that is @racket[equal?] or @racket[eqv?] but not @racket[eq?]
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Tiny tweak to docs

2012-04-30 Thread Vincent St-Amour
Fixed. Thanks for the report!

Vincent


At Mon, 30 Apr 2012 09:16:37 -0700,
Eric Hanchrow wrote:
 
 diff --git a/collects/scribblings/reference/sets.scrbl
 b/collects/scribblings/reference/sets.scrbl
 index d9ea0c6..44cc41d 100644
 --- a/collects/scribblings/reference/sets.scrbl
 +++ b/collects/scribblings/reference/sets.scrbl
 @@ -27,8 +27,8 @@ unpredictable when keys are mutated.
  @defproc[(seteq [v any/c] ...) set?]
  )]{
 
 -Creates a set that uses @racket[equal?], @racket[eq?], or
 -@racket[eqv?], respectively, to compare elements.  The given
 +Creates a set that uses @racket[equal?], @racket[eqv?], or
 +@racket[eq?], respectively, to compare elements.  The given
  @racket[v]s are added to the set. The elements are added in the order
  that they appear as @racket[v]s, so in the first two cases, an earlier
  element that is @racket[equal?] or @racket[eqv?] but not @racket[eq?]
 _
   Racket Developers list:
   http://lists.racket-lang.org/dev
_
  Racket Developers list:
  http://lists.racket-lang.org/dev