We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5026e8c + 6c1288f commit d1a9802Copy full SHA for d1a9802
std/src/error.rs
@@ -52,7 +52,7 @@
52
//! to convey your intent and assumptions which makes tracking down the source
53
//! of a panic easier. `unwrap` on the other hand can still be a good fit in
54
//! situations where you can trivially show that a piece of code will never
55
-//! panick, such as `"127.0.0.1".parse::<std::net::IpAddr>().unwrap()` or early
+//! panic, such as `"127.0.0.1".parse::<std::net::IpAddr>().unwrap()` or early
56
//! prototyping.
57
//!
58
//! # Common Message Styles
0 commit comments