From c45c364009dd2b4a6e04e572d77fd312fc579b97 Mon Sep 17 00:00:00 2001 From: Connor Zanin Date: Mon, 12 Dec 2016 00:55:09 -0500 Subject: . --- chapter/4/dist-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter/4') 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. -- cgit v1.2.3