Skip to content

Commit 9d3264c

Browse files
committed
Use the correct tech term for byte strings.
Repairs 2aa4588.
1 parent 4bc48ff commit 9d3264c

File tree

1 file changed

+1
-1
lines changed
  • typed-racket-doc/typed-racket/scribblings/reference

1 file changed

+1
-1
lines changed

typed-racket-doc/typed-racket/scribblings/reference/types.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ value of type @racket[t].}
574574
to @racket[(Syntaxof Symbol)].}
575575

576576
@deftype[Syntax]{A syntax object containing only @rtech{symbol}s,
577-
@rtech{keyword}s, @rtech{string}s, @rtech{bytes}s, @rtech{character}s, @rtech{boolean}s,
577+
@rtech{keyword}s, @rtech{string}s, @rtech{byte string}s, @rtech{character}s, @rtech{boolean}s,
578578
@rtech{number}s, @rtech{box}es containing @racket[Syntax], @rtech{vector}s of
579579
@racket[Syntax], or (possibly improper) @rtech{list}s of @racket[Syntax].
580580
Equivalent to @racket[(Syntaxof Syntax-E)].}

0 commit comments

Comments
 (0)