comprehensive-rust icon indicating copy to clipboard operation
comprehensive-rust copied to clipboard

Error handling: clarify printing of Result

Open ilyagr opened this issue 2 years ago • 0 comments

Two examples may print either Ok(username) or Err(error). This commit clarifies this fact.

This is not so much a fix as a way to not confuse users who may not run the code.

ilyagr avatar Jan 06 '23 20:01 ilyagr