Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix tutorial typo #222
Conversation
kurmanka
added some commits
Jul 23, 2012
added a commit
that referenced
this pull request
Jul 23, 2012
stevedekorte
merged commit 10badbd
into
IoLanguage:master
Jul 23, 2012
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Thank you Ivan :) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
kurmanka
Jul 23, 2012
Contributor
You are welcome. That is my tiny 'thank you' for the awesome Io.
The other thing that needs to be fixed in the tutorial and the guide is how Io interpreter is shown to print literal string values. It is currently documented to print it in double quotes, while the current io version seems to do that without quotes. It is probably a minor issue, and one has to go through the whole content to fix it. I can create an issue for that, if that makes sense.
You are welcome. That is my tiny 'thank you' for the awesome Io. The other thing that needs to be fixed in the tutorial and the guide is how Io interpreter is shown to print literal string values. It is currently documented to print it in double quotes, while the current io version seems to do that without quotes. It is probably a minor issue, and one has to go through the whole content to fix it. I can create an issue for that, if that makes sense. |
kurmanka commentedJul 23, 2012
Very small IoTutorial.html and IoGuide.html fixes, including a fix for the now-deprecated slice method. (documenting exSlice instead.)