From 1831f652889eff1928c9f68dc6a1df8befefda88 Mon Sep 17 00:00:00 2001 From: Arkadiusz Piekarz Date: Mon, 24 Aug 2020 23:02:44 +0200 Subject: [PATCH] Fix typo in TLS Model in Unstable Book --- src/doc/unstable-book/src/compiler-flags/tls-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.0