about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArkadiusz Piekarz <piekarzarkadiusz@gmail.com>2020-08-24 23:02:44 +0200
committerArkadiusz Piekarz <piekarzarkadiusz@gmail.com>2020-08-24 23:02:44 +0200
commit1831f652889eff1928c9f68dc6a1df8befefda88 (patch)
treea57f7ddc2db3d51da8f8df588a98a8165b45ee38
parente6d85ea5cbdc376ae388e1079769b67b9eda911c (diff)
downloadrust-1831f652889eff1928c9f68dc6a1df8befefda88.tar.gz
rust-1831f652889eff1928c9f68dc6a1df8befefda88.zip
Fix typo in TLS Model in Unstable Book
-rw-r--r--src/doc/unstable-book/src/compiler-flags/tls-model.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/tls-model.md b/src/doc/unstable-book/src/compiler-flags/tls-model.md
index 0aefaa7fb01..cd625f3fd09 100644
--- a/src/doc/unstable-book/src/compiler-flags/tls-model.md
+++ b/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`).
 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.