diff options
| -rw-r--r-- | src/lib.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@  //! let plist = Plist::read(file).unwrap();  //!  //! match plist { -//! Plist::Array(array) => (), -//! _ => () +//!     Plist::Array(_array) => (), +//!     _ => ()  //! }  //!  //! ```  | 
