help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [PATCH] doc: fix typo in tutorial.texi


From: Alex Jordan
Subject: Re: [Help-smalltalk] [PATCH] doc: fix typo in tutorial.texi
Date: Mon, 10 Apr 2017 20:51:36 -0400
User-agent: Mutt/1.8.0 (2017-02-23)

On Mon, Apr 10, 2017 at 08:41:09PM -0400, Alex Jordan wrote:

> I'm attaching a patch that fixes a typo I found while going through
> the tutorial. The problem was "passed arguments ments" instead of
> "passed arguments" but when I did M-q in Emacs to wrap lines, it
> reformatted the whole paragraph. Hence the larger diff. I'm not sure
> if it's formatted correctly (see waaaay below), so feel free to mangle
> my patch and commit it, ignore my patch and just commit the fix
> yourselves, etc.

Aaaand I forgot to send the actual patch. It should be attached now.

AJ
From 883ef5ce3630af76c00ab7edcb1cec1ac191eb48 Mon Sep 17 00:00:00 2001
From: Alex Jordan <address@hidden>
Date: Mon, 10 Apr 2017 19:42:55 -0400
Subject: [PATCH] doc: fix typo in tutorial.texi

---
 doc/tutorial.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/tutorial.texi b/doc/tutorial.texi
index f1122175..e5132220 100644
--- a/doc/tutorial.texi
+++ b/doc/tutorial.texi
@@ -279,11 +279,11 @@ which then prints out:
    99
 @end example
 
-These examples show how to manipulate an array.  They also
-show the standard way in which messages are passed arguments
-ments.  In most cases, if a message takes an argument, its
-name will end with `:'address@hidden readers will remember that the math
-examples of the previous chapter deviated from this.}
+These examples show how to manipulate an array.  They also show the
+standard way in which messages are passed arguments.  In most cases,
+if a message takes an argument, its name will end with
+`:'address@hidden readers will remember that the math examples of
+the previous chapter deviated from this.}
 
 So when we said @code{x at: 1} we were sending a message to whatever
 object was currently bound to @code{x} with an argument of 1.  For an
-- 
2.12.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]