Skip to content

Commit

Permalink
Fixed the choice number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mumin91 committed Jun 7, 2019
1 parent c6cb9b7 commit a140d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class _StoryPageState extends State<StoryPage> {
},
color: Colors.blue,
child: Text(
//TODO: Step 14 - Use the storyBrain to get the text for choice 1.
//TODO: Step 14 - Use the storyBrain to get the text for choice 2.
storyBrain.getChoice2(),
style: TextStyle(
fontSize: 20.0,
Expand Down

0 comments on commit a140d28

Please sign in to comment.