Skip to content

Commit 6bc17e4

Browse files
cjdbhawkinsw
andcommitted
Update libcxx/docs/Hardening.rst
Co-authored-by: Will Hawkins <[email protected]>
1 parent 3964324 commit 6bc17e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/docs/Hardening.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ modes are:
2424
additionally some checks for undefined behavior that incur relatively little
2525
overhead but aren't security-critical. While the performance penalty is
2626
somewhat more significant compared to the fast mode, the extensive mode is
27-
still intended to be usable in production.
27+
still intended for use in production builds.
2828
- **Debug mode**, which enables all the available checks in the library,
2929
including internal assertions, some of which might be very expensive. This
3030
mode is intended to be used for testing, not in production.

0 commit comments

Comments
 (0)