We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bdbd6 commit 6c1288fCopy full SHA for 6c1288f
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