From 3044f5e2b64ae8c0ee726ec42f3d2a3faca9e77e Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 3 Apr 2013 12:44:41 -0700 Subject: [PATCH] typo fix: na -> an --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index eceb308b4f6..1cb8b7053b5 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -3269,7 +3269,7 @@ These four log levels correspond to levels 1-4, as controlled by `RUST_LOG`: ```bash $ RUST_LOG=rust=3 ./rust -rust: ~"\"This is na error log\"" +rust: ~"\"This is an error log\"" rust: ~"\"This is a warn log\"" rust: ~"\"this is an info log\"" ```