From 5d6a7b3fa9cbd7eb4b6fb0587f4e5a767ef1c287 Mon Sep 17 00:00:00 2001 From: Supermjork Date: Thu, 2 Jun 2022 20:08:54 +0200 Subject: [PATCH] Instructions go brrrr. --- src/RecipeInstructions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RecipeInstructions.java b/src/RecipeInstructions.java index a381f7a..ec89917 100644 --- a/src/RecipeInstructions.java +++ b/src/RecipeInstructions.java @@ -73,7 +73,7 @@ public class RecipeInstructions } - //MMMMM children yes??? + //MMMMM children yes?? //Seriously this takes the action node and the rest of the words in sentence and adds them as children public static void construct_children(RecipeNode node, String[] words) {