Skip to content

Commit

Permalink
[Remove] remove BasicStringPiece in comments
Browse files Browse the repository at this point in the history
Signed-off-by: mwish <[email protected]>
  • Loading branch information
mapleFU committed Jul 16, 2020
1 parent b7b7982 commit 2f0e18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/butil/strings/string_piece.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>.
Expand Down

0 comments on commit 2f0e18f

Please sign in to comment.