Skip to content

Commit 142186e

Browse files
Alisdair Meredithtkoeppe
authored andcommitted
[re.results.state] Fix bad index for match_result::ready (#1531)
Correctly index match_result::ready, instead of the non-existent "match_result::status".
1 parent ad33212 commit 142186e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2655,7 +2655,7 @@
26552655

26562656
\rSec2[re.results.state]{\tcode{match_results} state}
26572657

2658-
\indexlibrarymember{match_results}{state}%
2658+
\indexlibrarymember{match_results}{ready}%
26592659
\begin{itemdecl}
26602660
bool ready() const;
26612661
\end{itemdecl}

0 commit comments

Comments
 (0)