Remove words such as simply and obviously from docs (#25095)

* One does not "simply"

* It's not obvious

* It's not really _that_ easily done

* Basically is basically a useless word

* Of course - if you already know how things work you wouldn't be reading the docs

* Clearly is maybe not so clear for everyone

* Just was just a bit harder as there are some uses that are just
This commit is contained in:
Johan Andrén 2018-05-15 08:11:03 +02:00 committed by Christopher Batey
parent da5cc33b92
commit 09025092ae
66 changed files with 184 additions and 185 deletions

View file

@ -214,12 +214,12 @@ package docs.serialization {
// (beneath toBinary)
val identifier: String = Serialization.serializedActorPath(theActorRef)
// Then just serialize the identifier however you like
// Then serialize the identifier however you like
// Deserialize
// (beneath fromBinary)
val deserializedActorRef = extendedSystem.provider.resolveActorRef(identifier)
// Then just use the ActorRef
// Then use the ActorRef
//#actorref-serializer
//#external-address