Skip to content

Commit fe43918

Browse files
authored
Rollup merge of #75892 - ArekPiekarz:unstable_book_tls_model_typo, r=petrochenkov
Fix typo in TLS Model in Unstable Book
2 parents 5511e73 + 1831f65 commit fe43918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/tls-model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The TLS data must not be in a library loaded after startup (via `dlopen`).
2222
but not in a shared library, and is accessed only from that executable.
2323

2424
`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.
25+
an executable rather than a library, or that the `static` item is private enough.

0 commit comments

Comments
 (0)