Browse Source

Merge pull request #3451 from pherl/fixtypo

Fix typo.
Jisi Liu 8 năm trước cách đây
mục cha
commit
e243fd8ab7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      CHANGES.txt

+ 1 - 1
CHANGES.txt

@@ -33,7 +33,7 @@
   * Proto3 messages are now able to preserve unknown fields. The default
     behavior is still to drop unknowns, which will be flipped in a future
     release. If you rely on unknowns fields being dropped. Please use
-    Messgae::DiscardUnknownFields() explicitly.
+    Message::DiscardUnknownFields() explicitly.
   * Packable proto3 fields are now packed by default in serialization.
   * Following C++11 features are introduced when C++11 is available:
       - move-constructor and move-assignment are introduced to messages