This is an automated email from the ASF dual-hosted git repository.
huixxi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new ce80e1a1 fix: typo of StringPiece
new f71f1ee5 Merge pull request #2197 from wy1433/master
ce80e1a1 is described below
commit ce80e1a104499259c96fd604df80876defa64010
Author: 王勇 <[email protected]>
AuthorDate: Fri Apr 7 10:32:34 2023 +0800
fix: typo of StringPiece
---
src/butil/strings/string_piece.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/butil/strings/string_piece.h b/src/butil/strings/string_piece.h
index 933cefc9..0489b3cd 100644
--- a/src/butil/strings/string_piece.h
+++ b/src/butil/strings/string_piece.h
@@ -386,7 +386,7 @@ extern template class BUTIL_EXPORT
BasicStringPiece<std::string>;
extern template class BUTIL_EXPORT BasicStringPiece<string16>;
#endif
-// StingPiece operators
--------------------------------------------------------
+// StringPiece operators
--------------------------------------------------------
BUTIL_EXPORT bool operator==(const StringPiece& x, const StringPiece& y);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]