From 736040348711b246f04e606e18eb85b54d1c475d Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Sat, 20 May 2017 20:32:56 +0100 Subject: [PATCH] Fixed typo --- 02-lifts/lifts-solution.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-lifts/lifts-solution.ipynb b/02-lifts/lifts-solution.ipynb index 08e3e77..72fdb4b 100644 --- a/02-lifts/lifts-solution.ipynb +++ b/02-lifts/lifts-solution.ipynb @@ -23,7 +23,7 @@ "\n", "For instance, the sequence '^=' takes you to floor 1. \n", "\n", - "The sequence `vv^=` takes you down two floors to the sub basement (floor -2), then up one floor, and you get out in the sub-basement on floor 0.\n", + "The sequence `vv^=` takes you down two floors to the sub-sub-basement (floor -2), then up one floor, and you get out in the sub-basement on floor -1.\n", "\n", "The sequence `^^v=^=` would start on floor 0, go up two floors, then down one. The doors would then open on floor 1, but you'd stay in the lift. You'd then move up to floor 2, the doors open, and you get out on floor 2. \n", "\n", -- 2.34.1