doc typo: "bytes string" to "byte string"

This commit is contained in:
Matthew Butterick 2020-05-21 09:05:50 -07:00 committed by GitHub
parent f7f75fa901
commit d1ba6cd8b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ the @envvar{PATH} environment variable. On
Unix and Mac OS, command-line arguments are passed as byte strings,
and string @racket[arg]s are converted using the current locale's
encoding (see @secref["encodings"]). On Windows, command-line
arguments are passed as strings, and bytes strings are converted using
arguments are passed as strings, and byte strings are converted using
UTF-8.
On Windows, the first @racket[arg] can be replaced with