Fixed some parameter names

This commit is contained in:
Ron Hale-Evans
2016-07-15 14:53:52 -07:00
parent e23c5e019f
commit f56e9369dd
5 changed files with 15 additions and 8 deletions

View File

@ -15,7 +15,7 @@ check how the micro:bit is moving.
### Parameters
* which direction you are checking: `Rotation.Pitch` (up and down) or `Rotation.Roll` (left and right)
* ``kind`` means which direction you are checking: `Rotation.Pitch` (up and down) or `Rotation.Roll` (left and right)
### Returns