Skip to content

Commit 46a2697

Browse files
committed
typo in method invocation
1 parent 4e46bd9 commit 46a2697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11353,7 +11353,7 @@ The plain `thread`s should be assumed to use the full generality of `std::thread
1135311353

1135411354
void use(int n)
1135511355
{
11356-
thread t { thricky, this, n };
11356+
thread t { tricky, this, n };
1135711357
// ...
1135811358
// ... should I join here? ...
1135911359
}

0 commit comments

Comments
 (0)