From 21988b4630fc7bb02b180832c794faf18fdf021c Mon Sep 17 00:00:00 2001 From: Dabo Ross Date: Wed, 25 Mar 2015 11:35:25 -0700 Subject: [PATCH] Fix small typo in documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 78db4c9..761a466 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -48,7 +48,7 @@ //! # ... //! ``` //! -//! After this, you'll need to declare the `log` and `fern` to the top of your main.rs or lib.rs +//! After this, you'll need to declare the `log` and `fern` at the top of your main.rs or lib.rs //! file: //! //! ```