Rollup merge of #75892 - ArekPiekarz:unstable_book_tls_model_typo, r=petrochenkov

Fix typo in TLS Model in Unstable Book
This commit is contained in:
Dylan DPC 2020-08-30 01:43:46 +02:00 committed by GitHub
commit fe43918c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.