Skip to content

Commit 9640157

Browse files
authored
[time.duration.cons] Fix duplicate definition in example (#6372)
1 parent caf3254 commit 9640157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@
13131313
\begin{example}
13141314
\begin{codeblock}
13151315
duration<int, milli> d(3); // OK
1316-
duration<int, milli> d(3.5); // error
1316+
duration<int, milli> d2(3.5); // error
13171317
\end{codeblock}
13181318
\end{example}
13191319

0 commit comments

Comments
 (0)