Grammar correction.

Author:vwheeler
Date:2014-04-29T02:00:12.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1342 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
vwheeler
2014-04-29 02:00:12 +00:00
parent 5fc5335c6f
commit 620ffbeb0d

View File

@@ -85,7 +85,7 @@ In EiffelVision 2, to launch an application means to pass control to the underly
==Building Your Application Skeleton==
Now that you have a basic application skeleton set up, you can now:
* [[Widgets|Create widgets and setting their properties.]]
* [[Widgets|Create widgets and set their properties.]]
* [[Containers|Add containers (that control widget layout) to your window(s), then place your created widgets in those containers.]]
* [[Events|Add code to respond to user actions with agents and action sequences.]]