From a140d286ae5562e3f1aa27e2aef4936497f22f9f Mon Sep 17 00:00:00 2001 From: Muminur Rahman Date: Fri, 7 Jun 2019 16:27:29 +0600 Subject: [PATCH] Fixed the choice number. --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 6593eca..34d3da4 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -90,7 +90,7 @@ class _StoryPageState extends State { }, 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,