Skip to content

Commit 102de3e

Browse files
committed
[fs.path.{generic,native}.obs] Escape braces
1 parent aaeb987 commit 102de3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14727,7 +14727,7 @@
1472714727
\begin{itemdescr}
1472814728
\pnum
1472914729
\returns
14730-
\tcode{format("{}", *this)}.
14730+
\tcode{format("\{\}", *this)}.
1473114731
\begin{note}
1473214732
The returned string is suitable for use with formatting\iref{format.functions}
1473314733
and print functions\iref{print.fun}.
@@ -14801,7 +14801,7 @@
1480114801
\begin{itemdescr}
1480214802
\pnum
1480314803
\returns
14804-
\tcode{format("{:g}", *this)}.
14804+
\tcode{format("\{:g\}", *this)}.
1480514805
\begin{note}
1480614806
The returned string is suitable for use with formatting\iref{format.functions}
1480714807
and print functions\iref{print.fun}.

0 commit comments

Comments
 (0)