Skip to content

Commit

Permalink
Merge pull request #2586 from YinZheng-Sun/fix_typo
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
lorinlee authored Mar 30, 2024
2 parents 8a83525 + c3200a4 commit 8fb0b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/bvar_c++.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<int> value;
bvar::Miner<int> value;
value << 1 << 2 << 3 << -4;
CHECK_EQ(-4, value.get_value());
```
Expand Down

0 comments on commit 8fb0b42

Please sign in to comment.