uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

Wollok.org typo #428

Closed aitrusgit closed 8 years ago

aitrusgit commented 9 years ago

Hay un typo bastante confuso en el overview de wollok ( http://www.wollok.org/learn/modulo2-objetos )

object pepita {
 ... 

 method volar(metros) {
 energia = energia = 4 * metros
 }
}

deberia ser

object pepita {
 ... 

 method volar(metros) {
 energia = energia - 4 * metros
 }
}
javierfernandes commented 9 years ago

I think I don't have access to change that.

npasserini commented 9 years ago

Claudio if you have a google-sites user I can give you access so you can fix it yourself.

On Mon, Nov 16, 2015 at 9:23 PM, javierfernandes notifications@github.com wrote:

I think I don't have access to change that.

— Reply to this email directly or view it on GitHub https://github.com/uqbar-project/wollok/issues/428#issuecomment-157218672 .

aitrusgit commented 9 years ago

I should have, claudiof@gmail.com On Nov 17, 2015 9:08 PM, "Nico Passerini" notifications@github.com wrote:

Claudio if you have a google-sites user I can give you access so you can fix it yourself.

On Mon, Nov 16, 2015 at 9:23 PM, javierfernandes <notifications@github.com

wrote:

I think I don't have access to change that.

— Reply to this email directly or view it on GitHub < https://github.com/uqbar-project/wollok/issues/428#issuecomment-157218672> .

— Reply to this email directly or view it on GitHub https://github.com/uqbar-project/wollok/issues/428#issuecomment-157551081 .

npasserini commented 9 years ago

Done, you have rights to fix it. Javi please check again, you should have full access rights to the site.

On Tue, Nov 17, 2015 at 9:18 PM, Claudio notifications@github.com wrote:

I should have, claudiof@gmail.com On Nov 17, 2015 9:08 PM, "Nico Passerini" notifications@github.com wrote:

Claudio if you have a google-sites user I can give you access so you can fix it yourself.

On Mon, Nov 16, 2015 at 9:23 PM, javierfernandes < notifications@github.com

wrote:

I think I don't have access to change that.

— Reply to this email directly or view it on GitHub <

https://github.com/uqbar-project/wollok/issues/428#issuecomment-157218672>

.

— Reply to this email directly or view it on GitHub < https://github.com/uqbar-project/wollok/issues/428#issuecomment-157551081> .

— Reply to this email directly or view it on GitHub https://github.com/uqbar-project/wollok/issues/428#issuecomment-157552831 .

javierfernandes commented 9 years ago

Cool I have now

matifreyre commented 8 years ago

Closing this. That page doesn't exist anymore. I didn't find such a typo in the new language reference, the examples or the doc. Please re-open if needed.