Skip to content

Commit 147619e

Browse files
jensmaurerJohelEGP
andauthored
Update source/utilities.tex
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent 3676b7a commit 147619e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
std::unreachable();
642642
}
643643
}
644-
int a = f(1); // OK; a has value \tcode{1}
644+
int a = f(1); // OK, \tcode{a} has value \tcode{1}
645645
int b = f(3); // undefined behavior
646646
\end{codeblock}
647647
\end{example}

0 commit comments

Comments
 (0)