Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling mistakes in docs: s/bytestring/byte string/g #108

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

lopopolo
Copy link
Member

Replace all prose instances of "bytestring" and "bytestrings" with "byte string" and "byte strings".

Doing the search and replace revealed that the str variant of SymbolTable was documented as returning byte strings all over the place when in reality it returns UTF-8 str content. These mistakes are fixed up.

Replace all prose instances of "bytestring" and "bytestrings" with "byte
string" and "byte strings".

Doing the search and replace revealed that the `str` variant of
`SymbolTable` was documented as returning byte strings all over the
place when in reality it returns UTF-8 str content. These mistakes are
fixed up.
@lopopolo lopopolo added I-bytes Interner: Byte string SymbolTable. I-str Interner: UTF-8 string SymbolTable. C-docs Category: Improvements or additions to documentation. labels Nov 18, 2021
@lopopolo lopopolo merged commit ea385f8 into trunk Nov 19, 2021
@lopopolo lopopolo deleted the bytestrings-docs branch November 19, 2021 00:03
@lopopolo lopopolo added the A-interner Area: String interners, data structures, and types. label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-interner Area: String interners, data structures, and types. C-docs Category: Improvements or additions to documentation. I-bytes Interner: Byte string SymbolTable. I-str Interner: UTF-8 string SymbolTable.
Development

Successfully merging this pull request may close these issues.

1 participant