diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-07 04:54:01 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-07 04:54:01 +0200 |
| commit | a002c057263f170f24e2bf18590185ec3a47ff50 (patch) | |
| tree | 2fa7f2963f45d8a0cdb932135f6b5f07e6304665 | |
| parent | e1eaa2d5d4d1f5b7b89561a940718058d414e89c (diff) | |
| download | rust-a002c057263f170f24e2bf18590185ec3a47ff50.tar.gz rust-a002c057263f170f24e2bf18590185ec3a47ff50.zip | |
make more readable
| -rw-r--r-- | src/doc/rustc/src/codegen-options/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md index 7e355b7fccf..1770c121a0e 100644 --- a/src/doc/rustc/src/codegen-options/index.md +++ b/src/doc/rustc/src/codegen-options/index.md @@ -562,7 +562,7 @@ Supported values for this option are: * `v0` — The "v0" mangling scheme. The specific format is not specified at this time. -The default if not specified will use a compiler-chosen default which may +The default, if not specified, will use a compiler-chosen default which may change in the future. [name mangling]: https://en.wikipedia.org/wiki/Name_mangling |
