diff --git a/thirdparty/README.md b/thirdparty/README.md index d8d26abfec..b9b82b7b0b 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -185,7 +185,7 @@ - Upstream: https://github.com/Tessil/robin-map - Version: git 0.6.3-84c1bee (101) with modified for more compatible with stl - Modify `robin_map::iterator->second` to mutable same with `stl map/unordered_map` - - Modify `robin_map::operator[]` key forward by `std::forward` same with `stl map/unordered_map` + - Forward `robin_map::operator[]` key by `std::forward` same with `stl map/unordered_map` - License: MIT ## stb (stb_image)