From 9fc64bbc95bb4e55f28f5262d0f5c660177f0a19 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 18 Feb 2015 14:46:30 -0800 Subject: 781 - first instruction to run in literate C++ version --- cpp/literate/010vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/literate/010vm') diff --git a/cpp/literate/010vm b/cpp/literate/010vm index 4ae5c16a..3b8a7c96 100644 --- a/cpp/literate/010vm +++ b/cpp/literate/010vm @@ -11,7 +11,7 @@ int Next_recipe_number = 1; // Recipes are lists of instructions. To run a recipe, the computer runs its // instructions. struct recipe { - vector step; + vector steps; }; :(before "struct recipe") -- cgit 1.4.1-2-gfad0