]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in TLS Model in Unstable Book
authorArkadiusz Piekarz <piekarzarkadiusz@gmail.com>
Mon, 24 Aug 2020 21:02:44 +0000 (23:02 +0200)
committerArkadiusz Piekarz <piekarzarkadiusz@gmail.com>
Mon, 24 Aug 2020 21:02:44 +0000 (23:02 +0200)
src/doc/unstable-book/src/compiler-flags/tls-model.md

index 0aefaa7fb01773794d5ca522ab18952ea8bc79cb..cd625f3fd096cf2f692daf11ccd902433fb593a5 100644 (file)
@@ -22,4 +22,4 @@ The TLS data must not be in a library loaded after startup (via `dlopen`).
 but not in a shared library, and is accessed only from that executable.
 
 `rustc` and LLVM may use a more optimized model than specified if they know that we are producing
-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.