Skip to content

Commit

Permalink
Prevent cxxdraft-htmlgen from interpreting some periods as sentence t…
Browse files Browse the repository at this point in the history
…erminators.
  • Loading branch information
Eelis committed May 15, 2017
1 parent 5d6ff07 commit c2b88a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/intro.tex
Expand Up @@ -1712,9 +1712,9 @@

\pnum
Portions of the library Clauses of this document are based
on work by P.J. Plauger, which was published as \doccite{The Draft
on work by {P.J. Plauger}, which was published as \doccite{The Draft
Standard \Cpp{} Library} (Prentice-Hall, ISBN 0-13-117003-1, copyright
\copyright 1995 P.J. Plauger).
\copyright 1995 {P.J. Plauger}).

\pnum
POSIX\textregistered\ is a registered trademark of the Institute of Electrical and
Expand Down
2 changes: 1 addition & 1 deletion source/regex.tex
Expand Up @@ -857,7 +857,7 @@
When a regular expression match is to be replaced by a
new string, the new string shall be constructed using the rules used by
the ECMAScript replace function in ECMA-262,
part 15.5.4.11 \weblink{String.prototype.replace}{https://tc39.github.io/ecma262/#sec-string.prototype.replace}. In
part {15.5.4.11} \weblink{String.prototype.replace}{https://tc39.github.io/ecma262/#sec-string.prototype.replace}. In
addition, during search and replace operations all non-overlapping
occurrences of the regular expression shall be located and replaced, and
sections of the input that did not match the expression shall be copied
Expand Down

0 comments on commit c2b88a2

Please sign in to comment.