Skip to content

Commit

Permalink
Merge pull request apache#1172 from mapleFU/may-error
Browse files Browse the repository at this point in the history
(FIX COMMENT)butil: remove BasicStringPiece in comments
  • Loading branch information
jamesge authored Jul 21, 2020
2 parents 5d0512d + 2f0e18f commit e9f6a58
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 e9f6a58

Please sign in to comment.