Unverified Commit e9f6a58f authored by jamesge's avatar jamesge Committed by GitHub

Merge pull request #1172 from mapleFU/may-error

(FIX COMMENT)butil: remove BasicStringPiece in comments
parents 5d0512d3 2f0e18f3
......@@ -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>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment