Skip to content

Commit

Permalink
Fix a missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 13, 2015
1 parent 28861b9 commit ba2f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-cap-lints.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ flag to the compiler:
```

For example when `--cap-lints allow` is passed, all instances of `#[warn]`,
`#[deny]`, and `#[forbid] are ignored. If, however `--cap-lints warn` is passed
`#[deny]`, and `#[forbid]` are ignored. If, however `--cap-lints warn` is passed
only `deny` and `forbid` directives are ignored.

The acceptable values for `LEVEL` will be `allow`, `warn`, `deny`, or `forbid`.
Expand Down

0 comments on commit ba2f1fe

Please sign in to comment.