From b5b9d13c69e81d8a911cadfbc0446a32c3f0567d Mon Sep 17 00:00:00 2001 From: "Yoonsoo@MongoDB" Date: Tue, 9 Feb 2021 13:24:20 -0800 Subject: Updated str.h & string_data.h location --- docs/string_manipulation.md | 4 ++-- 1 file 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 -- cgit v1.2.1