From 620ffbeb0ddf166f5e93ce1b2194630800c0ab13 Mon Sep 17 00:00:00 2001 From: vwheeler Date: Tue, 29 Apr 2014 02:00:12 +0000 Subject: [PATCH] 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 --- .../eiffelvision-library-reference-manual/kernel.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/solutions/gui-building/eiffelvision-2/eiffelvision-library-reference-manual/kernel.wiki b/documentation/current/solutions/gui-building/eiffelvision-2/eiffelvision-library-reference-manual/kernel.wiki index 78c1e129..8a9ecb1f 100644 --- a/documentation/current/solutions/gui-building/eiffelvision-2/eiffelvision-library-reference-manual/kernel.wiki +++ b/documentation/current/solutions/gui-building/eiffelvision-2/eiffelvision-library-reference-manual/kernel.wiki @@ -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.]]