Skip to content

Commit

Permalink
Fix embarrassing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darinwilson committed May 6, 2015
1 parent 38b20c4 commit 917107b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter01/GeoQuiz/app/quiz_activity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def onCreate(savedInstanceState)

def onClick(view)
message_id = (view == true_button ? R::String::Incorrect_toast : R::String::Correct_toast)
Toast.makeText(self, message_id, Toast::LENGTH_SHORT).show();
Toast.makeText(self, message_id, Toast::LENGTH_SHORT).show()
end

end

0 comments on commit 917107b

Please sign in to comment.