From 44969d3e460b3828cc98f649a0510e42cce987bb Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Fri, 10 Jul 2015 16:31:50 +0200 Subject: [PATCH] =doc fix indentation --- akka-docs-dev/rst/java/stream-customize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs-dev/rst/java/stream-customize.rst b/akka-docs-dev/rst/java/stream-customize.rst index 536f7b1246..17993ad1e1 100644 --- a/akka-docs-dev/rst/java/stream-customize.rst +++ b/akka-docs-dev/rst/java/stream-customize.rst @@ -334,7 +334,7 @@ In essence, the above guarantees are similar to what :class:`Actor`s provide, if stage as state of an actor, and the callbacks as the ``receive`` block of the actor. .. warning:: -It is **not safe** to access the state of any custom stage outside of the callbacks that it provides, just like it + It is **not safe** to access the state of any custom stage outside of the callbacks that it provides, just like it is unsafe to access the state of an actor from the outside. This means that Future callbacks should **not close over** internal state of custom stages because such access can be concurrent with the provided callbacks, leading to undefined behavior. \ No newline at end of file