Skip to content

Commit a6813d6

Browse files
authored
PR review edit
1 parent cdd4800 commit a6813d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/domain-error-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public:
2626
2727
The value returned by `what()` is a copy of `message.data()`. For more information, see [`what`](../standard-library/exception-class.md) and [`data`](../standard-library/basic-string-class.md#data).
2828
29-
`domain_error` isn't thrown by any functions in Microsoft's implementation of the C++ Standard Library, but may be thrown by third-party libraries or user code.
29+
`domain_error` isn't thrown by any functions in the Microsoft implementation of the C++ Standard Library, but it might be thrown by third-party libraries or user code.
3030
3131
## Example
3232

0 commit comments

Comments
 (0)