Skip to content

Commit 8319622

Browse files
Update libcxx/docs/UserDocumentation.rst
Co-authored-by: Nikolas Klauser <[email protected]>
1 parent 52fa2f8 commit 8319622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/docs/UserDocumentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Libc++ provides implementations of some experimental features. Experimental feat
5858
are either Technical Specifications (TSes) or official features that were voted to
5959
the C++ standard but whose implementation is not complete or stable yet in libc++.
6060
Those are disabled by default because they are neither API nor ABI stable. However,
61-
users can use the ``-fexperimental-library`` compiler flag to turn those features on.
61+
users can enable the ``-fexperimental-library`` compiler flag to turn those features on.
6262

6363
On compilers that do not support the ``-fexperimental-library`` flag (such as GCC),
6464
users can define the ``_LIBCPP_ENABLE_EXPERIMENTAL`` macro and manually link against

0 commit comments

Comments
 (0)