Skip to content

Commit 304c6ea

Browse files
Explain how domain_error and range_error refer to math.
1 parent 5de5d49 commit 304c6ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: a1d8245d-61c2-4d1e-973f-073bd5dd5fa3
88
---
99
# domain_error Class
1010

11-
The class serves as the base class for all exceptions thrown to report a domain error.
11+
The class serves as the base class for all exceptions thrown to report a domain error (as in mathematics, not networking).
1212

1313
## Syntax
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 8afb3e88-fc49-4213-b096-ed63d7aea37c
88
---
99
# range_error Class
1010

11-
The class serves as the base class for all exceptions thrown to report a range error.
11+
The class serves as the base class for all exceptions thrown to report a range error (as in mathematics, not iterators).
1212

1313
## Syntax
1414

0 commit comments

Comments
 (0)