Skip to content

Commit

Permalink
dd1982e と同じ typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saki7 committed Nov 3, 2017
1 parent dd1982e commit eecf326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion article/lib/how_to_use_cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ std::condition_variable cv;
// 条件変数による正しい同期処理
bool notify = false;
std::mutex mtx;
std::condition_varialbe cv;
std::condition_variable cv;
```

```cpp
Expand Down

0 comments on commit eecf326

Please sign in to comment.