aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Zanin <cnnrznn@gmail.com>2016-12-12 00:53:55 -0500
committerConnor Zanin <cnnrznn@gmail.com>2016-12-12 00:53:55 -0500
commitf0703c1f9ae645085c769290dbb8c19c96e4834e (patch)
tree21b48d2514372f07788e027eb91063ebacc5203f
parentef6a156c910ef50a40f68a16d11abfa4c8fe48c1 (diff)
.
-rw-r--r--chapter/4/dist-langs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter/4/dist-langs.md b/chapter/4/dist-langs.md
index 89eb496..70f20ac 100644
--- a/chapter/4/dist-langs.md
+++ b/chapter/4/dist-langs.md
@@ -189,7 +189,7 @@ Critically, Emerald provides the programmer with a unified object model so as to
With that in mind, Emerald also provides the developer with the tools to designate explicitly the location of objects.
Objects in Emerald resemble objects in other OOP languages such as Java.
-Emerald objects can only be manipulated by methods that are exposed, and may contain internal state.
+Emerald objects expose methods to execute logic, and may contain internal state.
However, their are a few key differences between Emerald and Java Objects.
First, objects in Emerald may have an associated process which starts after initialization.
In Emerald, object processes are the basic unit of concurrency.