book
book copied to clipboard
ch02-00: Add a note about Ok(num)
Include a simple note to clarify why num was used. Initially this could confuse starters since they might thing that num is some special rust keyword
I found the answer on this question: https://users.rust-lang.org/t/match-question-ok-value/12452