Skip to content

Commit 66f9660

Browse files
authored
doc: use the correct tech term for byte strings (#1247)
1 parent 9d3264c commit 66f9660

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
@@ -584,7 +584,7 @@ Applying @racket[syntax-e] to a value of type @racket[Syntax] produces a value
584584
of type @racket[Syntax-E].}
585585

586586
@deftypeconstr[(Sexpof t)]{Returns the recursive union of @racket[t] with @rtech{symbol}s,
587-
@rtech{keyword}s, @rtech{string}s, @rtech{bytes}s, @rtech{character}s, @rtech{boolean}s,
587+
@rtech{keyword}s, @rtech{string}s, @rtech{byte string}s, @rtech{character}s, @rtech{boolean}s,
588588
@rtech{number}s, @rtech{box}es, @rtech{vector}s, and (possibly improper)
589589
@rtech{list}s.}
590590

0 commit comments

Comments
 (0)