[Commits] r666 - sandbox/docsrc/tutorials
commits at geoext.org
commits at geoext.org
Fri May 8 23:10:12 CEST 2009
Author: tcoulter
Date: 2009-05-08 23:10:12 +0200 (Fri, 08 May 2009)
New Revision: 666
Modified:
sandbox/docsrc/tutorials/openlayers-primer.rst
Log:
Small change.
Modified: sandbox/docsrc/tutorials/openlayers-primer.rst
===================================================================
--- sandbox/docsrc/tutorials/openlayers-primer.rst 2009-05-08 21:06:18 UTC (rev 665)
+++ sandbox/docsrc/tutorials/openlayers-primer.rst 2009-05-08 21:10:12 UTC (rev 666)
@@ -185,7 +185,7 @@
======
Events are the main mechanism for notifying multiple objects that something has happened. For instance, the ``NavigationHistory``
-control listens to the map's ``zoomend`` event to save the user's zoom history for a later date; in contrast, other objects may
+control listens to the map's ``zoomend`` event to save the user's zoom history for a later date; similarly, other objects may
listen to the same event without interfering or knowing about the ``NavigationHistory`` control. This makes events very powerful,
allowing for objects to perform their desired function while still decreasing coupling within OpenLayers and Ext applications.
More information about the Commits
mailing list