Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3977,7 +3977,7 @@
\rSec3[value.error.codes]{Value of error codes}

\pnum
Certain functions in the \Cpp{} standard library report errors via a
Certain functions in the \Cpp{} standard library report errors via an
\tcode{error_code}\iref{syserr.errcode.overview} object. That object's
\tcode{category()} member shall return \tcode{system_category()} for
errors originating from the operating system, or a reference to an
Expand Down