aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2017-08-03 11:15:47 -0700
committerJisi Liu <jisi.liu@gmail.com>2017-08-03 11:15:47 -0700
commit39a91d376aff0fae4110d711f02f50865e211a4a (patch)
tree1a787e85e8d546a21cfc0d40acc051a4725652cb /CHANGES.txt
parent778178479626b0e5b4de0701103a1bb0a067702d (diff)
downloadprotobuf-39a91d376aff0fae4110d711f02f50865e211a4a.tar.gz
protobuf-39a91d376aff0fae4110d711f02f50865e211a4a.tar.bz2
protobuf-39a91d376aff0fae4110d711f02f50865e211a4a.zip
Fix typo.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ddca905d..110fb066 100644
--- a/CHANGES.txt
+++ b/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