-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
RwLock Typo #21440
Comments
Depends how you pronounce RwLock, (I'm assuming the writer pronounced it "Are-Double-You-Lock") |
I read it as "are double yoo lock" so the current version seems fine. |
Yeah, I do too. Interesting... |
Initialisms are pronounced by reading each letter out left-to-right so the use of "a" or "an" is determined by the pronunciation of the first letter. The pronunciation of the letter "R" starts with a vowel sound so "an" is appropriate here. |
The typo was read for ready. The a vs an is debatable. |
@Jojoshua ha! Submitting to fix, good eyes. |
fn new(t: T) -> RwLock
Creates a new instance of an RwLock which is unlocked and read to go.
->
Creates a new instance of a RwLock which is unlocked and ready to go.
The text was updated successfully, but these errors were encountered: