Commit 39a91d37 authored by Jisi Liu's avatar Jisi Liu

Fix typo.

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