Skip to content

Commit 3044f5e

Browse files
committed
typo fix: na -> an
1 parent d79b224 commit 3044f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3269,7 +3269,7 @@ These four log levels correspond to levels 1-4, as controlled by `RUST_LOG`:
32693269

32703270
```bash
32713271
$ RUST_LOG=rust=3 ./rust
3272-
rust: ~"\"This is na error log\""
3272+
rust: ~"\"This is an error log\""
32733273
rust: ~"\"This is a warn log\""
32743274
rust: ~"\"this is an info log\""
32753275
```

0 commit comments

Comments
 (0)