Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweiChen authored Jan 1, 2025
1 parent 997fc4b commit c56cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/content/part2/chapter3/3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@

\begin{cpp}
void funcByValue(const std::string& str, int val) {
sync_cout << «str: « << str << «, val: « << val
sync_cout << "str: " << str << ", val: " << val
<< std::endl;
}
std::string str{"Passing by value"};
Expand Down

0 comments on commit c56cac1

Please sign in to comment.