rust-lang / book

The Rust Programming Language
https://doc.rust-lang.org/book/
Other
15.2k stars 3.42k forks source link

Pronunciation Clarification + Possible Small Improvement? #3619

Open replacem3nts opened 1 year ago

replacem3nts commented 1 year ago

Hi folks,

New rustacean here, reading the book during on off hours to pick up this excellent language.

Point being: 'an' sounded wrong to my ear because of an assumption I'd made, but when I thought about it, it's not clear to me which is correct since I don't know whether the abbreviation for the standard library is commonly pronounced as letters: 'ess-tee-dee eye-oh' or as the word it abbreviates: 'standard eye-oh.'

  1. What is actually commonly used?
  2. If there's a clear answer, I'd be happy to open a small PR adding the result to this line

It's pretty small, but personally, I feel knowing conventions such as this can prevent later micro-embarrassments when you refer to a thing in a non-standard way in conversation.

Thanks!

chriskrycho commented 7 months ago

A small detail, but I think you’re right! I suspect (though I haven’t dug through Git history to prove it) that this probably once read “an io::Result<String>” instead, which would make more sense. I have never heard someone pronounce std in a way that would make sense with “an”! The most common pronunciations I have heard are:

If you still have the inclination, a PR changing it to “a” would be welcome!