Skip to content

Commit 2a2b873

Browse files
committed
[intro.defs] Minor rewording. Avoid sounding like a requirement.
1 parent cb98503 commit 2a2b873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
\definition{format specifier}{defns.regex.format.specifier}
293293
\defncontext{regular expression}
294294
\indexdefn{format specifier}%
295-
sequence of one or more \termref{defns.character}{character}{s} that is to be
295+
sequence of one or more \termref{defns.character}{character}{s} that is expected to be
296296
replaced with some part of a \termref{defns.regex.regular.expression}{regular expression}{} match
297297

298298
\definition{handler function}{defns.handler}
@@ -303,7 +303,7 @@
303303
\begin{defnote}
304304
A \Cpp{} program may designate a handler function at various points in its execution by
305305
supplying a pointer to the function when calling any of the library functions that install
306-
handler functions\iref{support}.
306+
handler functions (see \ref{support}).
307307
\end{defnote}
308308

309309
\indexdefn{program!ill-formed}%

0 commit comments

Comments
 (0)