diff --git a/src/lib.rs b/src/lib.rs index 118a004..a55c430 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -105,7 +105,7 @@ //! if_chain! { //! if let Foo(y) | Bar(y) | Baz(y) = x; //! let Bubbles(z) | Buttercup(z) | Blossom(z) = y; -//! then { do_stuff_with(y) } +//! then { do_stuff_with(z) } //! } //! ``` //!