From f41103d38b6e91ec95b298073d34c1021aef938f Mon Sep 17 00:00:00 2001 From: Connor Zanin Date: Mon, 12 Dec 2016 11:15:58 -0500 Subject: spell checker --- chapter/4/dist-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter') diff --git a/chapter/4/dist-langs.md b/chapter/4/dist-langs.md index 9a75153..1001f8c 100644 --- a/chapter/4/dist-langs.md +++ b/chapter/4/dist-langs.md @@ -201,7 +201,7 @@ Third, objects in Emerald may contain a special *monitor* section which can cont If multiple processes make simultaneous calls to a "monitored" method, the calls are effectively serialized. Emerald also takes an OOP approach to system upgrades. -With a large system, it may not be desirable to disable the system, recompile, and relaunch. +With a large system, it may not be desirable to disable the system, recompile, and re-launch. Emerald uses abstract types to define sets of interfaces. Objects that implement such interfaces can be "plugged in" where needed. Therefore, code may be dynamically upgraded, and different implementations may be provided for semantically similar operations. -- cgit v1.2.3