diff --git a/docs/en/bvar_c++.md b/docs/en/bvar_c++.md index 8bd12efb81..73fac6c41b 100644 --- a/docs/en/bvar_c++.md +++ b/docs/en/bvar_c++.md @@ -342,7 +342,7 @@ Since Maxer<> use std::numeric_limits::min() as the identity, it cannot be appli producing minimum value, operator is std::min ```c++ -bvar::Maxer value; +bvar::Miner value; value << 1 << 2 << 3 << -4; CHECK_EQ(-4, value.get_value()); ```