Skip to content

Commit

Permalink
Fixing doc typo in ardrone_driver.go saying that backward went forward.
Browse files Browse the repository at this point in the history
  • Loading branch information
vicfryzel committed Aug 28, 2015
1 parent 5466cf4 commit a3256a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/ardrone/ardrone_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (a *ArdroneDriver) Forward(speed float64) {
a.adaptor().drone.Forward(speed)
}

// Backward causes the drone go forward, controls the pitch.
// Backward causes the drone go backward, controls the pitch.
// speed can be a value from `0.0` to `1.0`.
func (a *ArdroneDriver) Backward(speed float64) {
a.adaptor().drone.Backward(speed)
Expand Down

0 comments on commit a3256a1

Please sign in to comment.