summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoonsoo@MongoDB <yoonsoo.kim@mongodb.com>2021-02-09 13:24:20 -0800
committerGitHub <noreply@github.com>2021-02-09 13:24:20 -0800
commitb5b9d13c69e81d8a911cadfbc0446a32c3f0567d (patch)
tree2ed4573abfed3fdbc7b4225d81d2c54441840e37
parent5b83d4cc18cc0e322912f86c7fba6c14355986e7 (diff)
downloadmongo-yun-soo-patch-1.tar.gz
Updated str.h & string_data.h locationyun-soo-patch-1
-rw-r--r--docs/string_manipulation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/string_manipulation.md b/docs/string_manipulation.md
index ed881784b06..072f8f4a9b6 100644
--- a/docs/string_manipulation.md
+++ b/docs/string_manipulation.md
@@ -4,7 +4,7 @@ For string manipulation, use the util/mongoutils/str.h library.
## `str.h`
-`util/mongoutils/str.h` provides string helper functions for each manipulation.
+`util/str.h` provides string helper functions for each manipulation.
`str::stream()` is quite useful for assembling strings inline:
```
@@ -25,7 +25,7 @@ uassert(12345, str::stream() << "bad ns:" << ns, isOk);
class StringData {
```
-See also [`bson/string_data.h`][1].
+See also [`base/string_data.h`][1].
[1]: ../src/mongo/base/string_data.h