=doc s/will always by/will always be/

This commit is contained in:
Valerian 2015-01-19 11:31:42 +01:00 committed by Valerian
parent cedfaa35cc
commit 5a9f623cb6
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ Akka provides serializers for :class:`java.io.Serializable` and `protobuf
:class:`com.google.protobuf.GeneratedMessage` by default (the latter only if
depending on the akka-remote module), so normally you don't need to add
configuration for that; since :class:`com.google.protobuf.GeneratedMessage`
implements :class:`java.io.Serializable`, protobuf messages will always by
implements :class:`java.io.Serializable`, protobuf messages will always be
serialized using the protobuf protocol unless specifically overridden. In order
to disable a default serializer, map its marker type to “none”::

View file

@ -40,7 +40,7 @@ Akka provides serializers for :class:`java.io.Serializable` and `protobuf
:class:`com.google.protobuf.GeneratedMessage` by default (the latter only if
depending on the akka-remote module), so normally you don't need to add
configuration for that; since :class:`com.google.protobuf.GeneratedMessage`
implements :class:`java.io.Serializable`, protobuf messages will always by
implements :class:`java.io.Serializable`, protobuf messages will always be
serialized using the protobuf protocol unless specifically overridden. In order
to disable a default serializer, map its marker type to “none”::