While reading through the on-line shoes2 manual, I noticed a
few small errors. Attached is a git-format-patch with the
fixes. If this isn't the right way to submit a patch, I'm happy
to supply them in any format.

Mathew Cucuzella
http://github.com/kookjr

- - - - -  Environment Info  - - - - -
Ubuntu 9.04
shoes.run, Raisins release, Makeself version 2.1.5
From fda92c44cd3290c6911c4daa85805fe8dec74521 Mon Sep 17 00:00:00 2001
From: Mathew Cucuzella <[email protected]>
Date: Wed, 8 Jul 2009 23:24:03 -0700
Subject: [PATCH] Minor documentation patch.

Three typo's in the english manual, manual-en.txt. The errors were
found in the shoes2 manual (running shoes.run, then clicking Read
the Manual.
---
 static/manual-en.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/manual-en.txt b/static/manual-en.txt
index 7abff97..c4dc647 100644
--- a/static/manual-en.txt
+++ b/static/manual-en.txt
@@ -1301,7 +1301,7 @@ Shoes also borrows some animation ideas from Processing and will continue to clo
 
 === arc(left, top, width, height, angle1, angle2) » Shoes::Shape ===
 
-Draws an arc shape (a section of an oval) at coordinates (left, top).  This method just give you a bit more control than [[oval]], by offering the `:angle1` and `:angle2` styles.  (In fact, you can mimick the `oval` method by setting `:angle1` to 0 and `:angle2` to `Shoes::TWO_PI`.)
+Draws an arc shape (a section of an oval) at coordinates (left, top).  This method just gives you a bit more control than [[oval]], by offering the `:angle1` and `:angle2` styles.  (In fact, you can mimick the `oval` method by setting `:angle1` to 0 and `:angle2` to `Shoes::TWO_PI`.)
 
 === arrow(left, top, width) » Shoes::Shape ===
 
@@ -1542,7 +1542,7 @@ Opens a new app window (just like the [[Element.window]] method does,) but the w
 
 === edit_box(text) » Shoes::EditBox ===
 
-Adds a large, multi-line textarea to this slot.  The `text` is optional and should be a string that will start out the box.  An optional block can be attached here which is called any type the user changes the text in the box.
+Adds a large, multi-line textarea to this slot.  The `text` is optional and should be a string that will start out the box.  An optional block can be attached here which is called any time the user changes the text in the box.
 
 {{{
  #!ruby
@@ -1555,7 +1555,7 @@ Adds a large, multi-line textarea to this slot.  The `text` is optional and shou
 
 === edit_line(text) » Shoes::EditLine ===
 
-Adds a single-line text box to this slot.  The `text` is optional and should be a string that will start out the box.  An optional block can be attached here which is called any type the user changes the text in the box.
+Adds a single-line text box to this slot.  The `text` is optional and should be a string that will start out the box.  An optional block can be attached here which is called any time the user changes the text in the box.
 
 === em(text) » Shoes::Em ===
 
-- 
1.6.0.4

Reply via email to