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

@ -19,7 +19,7 @@ A **g** is as much acceleration as you get from Earth's gravity.
### Parameters
* which direction you are checking for acceleration, either `Dimension.X` (left and right), `Dimension.Y` (forward and backward), or `Dimension.Z` (up and down)
* ``dimension`` means which direction you are checking for acceleration, either `Dimension.X` (left and right), `Dimension.Y` (forward and backward), or `Dimension.Z` (up and down)
### Returns