aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ced596a..8a5d747 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -27,8 +27,8 @@
//! let plist = Plist::read(file).unwrap();
//!
//! match plist {
-//! Plist::Array(array) => (),
-//! _ => ()
+//! Plist::Array(_array) => (),
+//! _ => ()
//! }
//!
//! ```