File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ incredibly powerful and amazing fun. I use `live_loop`s to perform music
112112in nightclubs with Sonic Pi - DJs use discs and I use ` live_loop ` s :-)
113113However, today we're going to live code both music and Minecraft.
114114
115- Let's get started. Run the code above and start making your grass
115+ Let's get started. Run the code above and start making your melon
116116trail again. Now, without stopping the code, just simply change ` :melon ` to
117117` :brick ` and hit run. Hey presto, you're now making a brick trail. How
118118simple was that! Fancy some music to go with it? Easy. Try this:
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Here's a list of the available chain methods for you to play with:
6464
6565* `.reverse` - returns a reversed version of the ring
6666* `.sort` - creates a sorted version of the ring
67- * `.shuffle` - creates a shuffled versino of the ring
67+ * `.shuffle` - creates a shuffled version of the ring
6868* `.take(5)` - returns a new ring containing only the first 5 elements
6969* `.drop(3)` - returns a new ring with everything but the first 3 elements
7070* `.butlast` - returns a new ring with the last element missing
You can’t perform that action at this time.
0 commit comments