diff --git a/Adventure9/CraftyCrossing.py b/Adventure9/CraftyCrossing.py index ae407cf..26e0ddd 100644 --- a/Adventure9/CraftyCrossing.py +++ b/Adventure9/CraftyCrossing.py @@ -5,7 +5,7 @@ # http://eu.wiley.com/WileyCDA/WileyTitle/productCd-111894691X.html # # This program is a full mini game inside Minecraft called "crafty crossing" -# where you have to get to the otherside of an arena while avoiding obstacles +# where you have to get to the other side of an arena while avoiding obstacles # and collecting diamonds. #import modules diff --git a/Adventure9/CraftyCrossingMicrobit.py b/Adventure9/CraftyCrossingMicrobit.py index e46856f..88d8599 100644 --- a/Adventure9/CraftyCrossingMicrobit.py +++ b/Adventure9/CraftyCrossingMicrobit.py @@ -5,7 +5,7 @@ # http://eu.wiley.com/WileyCDA/WileyTitle/productCd-111894691X.html # # This program is a full mini game inside Minecraft called "crafty crossing" -# where you have to get to the otherside of an arena while avoiding obstacles +# where you have to get to the other side of an arena while avoiding obstacles # and collecting diamonds. The micro:bit is also used to display how many # diamonds are left to collect and when time is running out.