Fix variable name in documentation sample (#13391)

This commit is contained in:
mnordine 2022-11-01 08:49:13 -03:00 committed by Andrew Kelley
parent 5e4000ee69
commit 5aa146c2d2

View File

@ -13,7 +13,7 @@
//! defer m.unlock();
//!
//! while (!predicate) {
//! c.wait(&mutex);
//! c.wait(&m);
//! }
//! }
//!