typo fix: na -> an

This commit is contained in:
Steve Klabnik 2013-04-03 12:44:41 -07:00
parent d79b22474c
commit 3044f5e2b6

View File

@ -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\""
```