rust-lang / book

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

"snake case" is not written in snake_case #3972

Closed MightyCoderX closed 2 months ago

MightyCoderX commented 2 months ago

https://github.com/rust-lang/book/blob/ee5c7ec70496cc625b467012c44caa167eb60309/src/ch03-03-how-functions-work.md?plain=1#L8C16-L8C28

*snake case* -> *snake_case*

chriskrycho commented 2 months ago

That’s because it is defining the term, not demonstrating it—that’s what the listing immediately after is for! Thanks, though.