Small typo in the doc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Small typo in the doc

Mathieu SUEN
Hi,

In the documentation there is a small type at this page:
http://api.iliadproject.org/#Short-tutorial

Section: Action methods

In the following example:
contents [
    ^[:e |
        e h1: self count printString.
        e a
            action: [self increase];
            text: '++'.
        e a
            action: [self decrease];
            text: '++']
]


I guess you want to say


 e a
            action: [self decrease];
            text: '--'

instead of '++'


HTH

Mathk
Reply | Threaded
Open this post in threaded view
|

Re: Small typo in the doc

Nicolas Petton
Le mardi 26 octobre 2010 à 13:32 -0700, mathk a écrit :

> Hi,
>
> In the documentation there is a small type at this page:
> http://api.iliadproject.org/#Short-tutorial
>
> Section: Action methods
>
> In the following example:
> contents [
>     ^[:e |
>         e h1: self count printString.
>         e a
>             action: [self increase];
>             text: '++'.
>         e a
>             action: [self decrease];
>             text: '++']
> ]
>
>
> I guess you want to say
>
>
>  e a
>             action: [self decrease];
>             text: '--'
>
> instead of '++'

Thanks Mathieu, it's fixed :)

Nico

Reply | Threaded
Open this post in threaded view
|

Re: Small typo in the doc

Dave Mason-2
Also at

   http://www.iliadproject.org/pages/Documentation/Getting-started/The-counter-example

it says myApplication instead of my_application, which as far as I can
tell is what it should say.

../Dave
Reply | Threaded
Open this post in threaded view
|

Re: Small typo in the doc

Nicolas Petton
Le mercredi 24 novembre 2010 à 08:16 -0800, Dave Mason a écrit :
> Also at
>
>    http://www.iliadproject.org/pages/Documentation/Getting-started/The-counter-example
>
> it says myApplication instead of my_application, which as far as I can
> tell is what it should say.

Thanks Dave,
I'm going to fix this.

Cheers,
Nico