Skip to content

Commit

Permalink
Fix typo in sanitizer flag in unstable book.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Feb 23, 2021
1 parent 446d453 commit f94c15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/unstable-book/src/compiler-flags/sanitizer.md
Expand Up @@ -286,8 +286,8 @@ achieve that will result in false positive reports.
Detecting the use of uninitialized memory. The `-Zbuild-std` flag rebuilds and
instruments the standard library, and is strictly necessary for the correct
operation of the tool. The `-Zsanitizer-track-origins` enables tracking of the
origins of uninitialized memory:
operation of the tool. The `-Zsanitizer-memory-track-origins` enables tracking
of the origins of uninitialized memory:
```rust
use std::mem::MaybeUninit;
Expand Down

0 comments on commit f94c15c

Please sign in to comment.