Skip to content

Commit 5a2373f

Browse files
Add parens to message.data() for consistency with other docs.
1 parent f81a09d commit 5a2373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public:
2222
2323
## Remarks
2424
25-
The value returned by [what](../standard-library/exception-class.md) is a copy of `message.data`. For more information, see [basic_string::data](../standard-library/basic-string-class.md#data).
25+
The value returned by [what](../standard-library/exception-class.md) is a copy of `message.data()`. For more information, see [basic_string::data](../standard-library/basic-string-class.md#data).
2626
2727
## Example
2828

0 commit comments

Comments
 (0)