From 5a9f623cb6ad9720fb2d5dcce5e351e29e8927b8 Mon Sep 17 00:00:00 2001 From: Valerian Date: Mon, 19 Jan 2015 11:31:42 +0100 Subject: [PATCH] =doc s/will always by/will always be/ --- akka-docs/rst/java/serialization.rst | 2 +- akka-docs/rst/scala/serialization.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/java/serialization.rst b/akka-docs/rst/java/serialization.rst index 269ef4c5e9..1706df00b1 100644 --- a/akka-docs/rst/java/serialization.rst +++ b/akka-docs/rst/java/serialization.rst @@ -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”:: diff --git a/akka-docs/rst/scala/serialization.rst b/akka-docs/rst/scala/serialization.rst index f7cac2dad8..758b8c92a8 100644 --- a/akka-docs/rst/scala/serialization.rst +++ b/akka-docs/rst/scala/serialization.rst @@ -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”::