Fix documentation typo in set-accelerometer-range

This commit is contained in:
Sam El-Husseini 2017-03-29 11:20:11 -07:00
parent 7ad94ba3fd
commit 4a983993f6

View File

@ -18,8 +18,8 @@ input.setAccelerometerRange(AcceleratorRange.OneG);
### Example ### Example
This program says the highest acceleration that your @boardname@ This program sets the highest acceleration that your @boardname@
will measure is 4G. Then it measures acceleration from side to side will measure is 4G. Then it shows acceleration from side to side
until you stop the program. until you stop the program.
```blocks ```blocks