ev3dev / ev3dev-lang

(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc.
GNU General Public License v2.0
56 stars 39 forks source link

documentation says "space separated" when it should be "array" #94

Closed dlech closed 9 years ago

dlech commented 9 years ago

There are a number of places where the docs say a "space separated list". This is copied from the sysfs documentation, but in ev3dev-lang, these are actually arrays of strings.

ddemidov commented 9 years ago

What do you think of replacing all occurrences of space separated list with just list. It sounds better to me than array of strings in e.g.

Returns a list of commands that are supported by the motor controller.
WasabiFan commented 9 years ago

@ddemidov I like that -- "list" should be a drop-in replacement in pretty much all cases.

ddemidov commented 9 years ago

Should be fixed now.

dlech commented 9 years ago

Looks good!