Skip to content

Commit 180f8b6

Browse files
committed
stringstream
1 parent 8e44a2f commit 180f8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/patterns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ void creational_patterns_demo()
344344

345345
Interface& p = (Builder().add(1).add(2) << 3 << 4).create();
346346
assert(p.method() == 10);
347-
// strstream looks like string builder
347+
// stringstream looks like string builder
348348
delete &p;
349349
}
350350

0 commit comments

Comments
 (0)