Skip to content

Commit ff9de41

Browse files
committed
Typos - fixes for tutorial and magpi article 5
1 parent 12edf31 commit ff9de41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/doc/articles/magpi/05-Minecraft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ incredibly powerful and amazing fun. I use `live_loop`s to perform music
112112
in nightclubs with Sonic Pi - DJs use discs and I use `live_loop`s :-)
113113
However, 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
116116
trail 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
118118
simple was that! Fancy some music to go with it? Easy. Try this:

etc/doc/tutorial/en/08.5-Ring-Chains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)