Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error on Popup module breaks furthering tutorial #161

Open
milesperhour1086 opened this issue Sep 6, 2011 · 0 comments
Open

Syntax error on Popup module breaks furthering tutorial #161

milesperhour1086 opened this issue Sep 6, 2011 · 0 comments

Comments

@milesperhour1086
Copy link

Using Google Chrome, I reached the Popup module part of the tutorial without error. I completed the first part where google.com was opened properly. However, I made a small typo on the second part where I'm supposed to create the to-do list.

I accidentally typed in the following (notice 'list.do') and when I added the second 'end', I got a syntax error:
Popup.make do
h1 "Things To Do"
list.do
p "Try out Ruby"
p "Ride a tiger"
p "(down River Euphrates)"
end
end

However, when I tried to re-enter the code above, I continued to get the syntax error when after I had changed 'list.do' to 'list do' as the tutorial suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant