aboutsummaryrefslogtreecommitdiff
path: root/chapter
diff options
context:
space:
mode:
authorConnor Zanin <cnnrznn@gmail.com>2016-12-12 00:55:09 -0500
committerConnor Zanin <cnnrznn@gmail.com>2016-12-12 00:55:09 -0500
commitc45c364009dd2b4a6e04e572d77fd312fc579b97 (patch)
tree67eb83853a4fad7260c1ac8504b75c339c767ca7 /chapter
parentf0703c1f9ae645085c769290dbb8c19c96e4834e (diff)
.
Diffstat (limited to 'chapter')
-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 70f20ac..456199f 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 expose methods to execute logic, and may contain internal state.
+Emerald objects expose methods to implement logic and provide functionality, 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.