snake_case -> camelCase in docs

This commit is contained in:
Thomas Denney
2016-07-19 11:42:42 +01:00
parent 64ebb5c8c3
commit 6a5cfae5ff
6 changed files with 18 additions and 18 deletions

View File

@ -15,7 +15,7 @@ Write the line of code to measure the acceleration and then store in it a variab
<br/>
```blocks
let accX_ = input.acceleration("x")
let accX = input.acceleration("x")
```
Note: acceleration does not have be measured in the "x" direction. It can also be in the "y" or "z" direction.