Skip to content

Commit 46a5cc0

Browse files
authored
Merge pull request #1 from xusss/patch-2
Fix doc error
2 parents 3572398 + dc562fe commit 46a5cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
//! if_chain! {
106106
//! if let Foo(y) | Bar(y) | Baz(y) = x;
107107
//! let Bubbles(z) | Buttercup(z) | Blossom(z) = y;
108-
//! then { do_stuff_with(y) }
108+
//! then { do_stuff_with(z) }
109109
//! }
110110
//! ```
111111
//!

0 commit comments

Comments
 (0)