You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2020/07/21 16:13:16 UTC

[incubator-brpc] branch master updated: [Remove] remove BasicStringPiece in comments

This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f0e18f  [Remove] remove BasicStringPiece in comments
     new e9f6a58  Merge pull request #1172 from mapleFU/may-error
2f0e18f is described below

commit 2f0e18f38cff56c66bed70dbfca0d29d81505365
Author: mwish <an...@qq.com>
AuthorDate: Thu Jul 16 17:45:48 2020 +0800

    [Remove] remove BasicStringPiece in comments
    
    Signed-off-by: mwish <an...@qq.com>
---
 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 479e998..e67758c 100644
--- a/src/butil/strings/string_piece.h
+++ b/src/butil/strings/string_piece.h
@@ -155,7 +155,7 @@ BUTIL_EXPORT StringPiece16 substr(const StringPiece16& self,
 
 // Defines the types, methods, operators, and data members common to both
 // StringPiece and StringPiece16. Do not refer to this class directly, but
-// rather to BasicStringPiece, StringPiece, or StringPiece16.
+// rather to StringPiece, or StringPiece16.
 //
 // This is templatized by string class type rather than character type, so
 // BasicStringPiece<std::string> or BasicStringPiece<butil::string16>.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org