We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5511e73 + 1831f65 commit fe43918Copy full SHA for fe43918
src/doc/unstable-book/src/compiler-flags/tls-model.md
@@ -22,4 +22,4 @@ The TLS data must not be in a library loaded after startup (via `dlopen`).
22
but not in a shared library, and is accessed only from that executable.
23
24
`rustc` and LLVM may use a more optimized model than specified if they know that we are producing
25
-and executable rather than a library, or that the `static` item is private enough.
+an executable rather than a library, or that the `static` item is private enough.
0 commit comments