Sensor Drivers
I found a small error in the Vehicle Code and Front-End Example section of the Sensor Drivers documentation.
In the screenshot below, the text says:
"Below is the range finder driver's front-end update method"
However, it should be
"Below is the range finder driver's back-end update method"
Also, the hyperlink currently links to line 281, but it should point to the update() method in AP_RangeFinder.cpp

I'd like to submit a fix for this documentation issue. Could I work on it?
Sensor Drivers

I found a small error in the Vehicle Code and Front-End Example section of the Sensor Drivers documentation.
In the screenshot below, the text says:
"Below is the range finder driver's front-end update method"
However, it should be
"Below is the range finder driver's back-end update method"
Also, the hyperlink currently links to line 281, but it should point to the update() method in AP_RangeFinder.cpp
I'd like to submit a fix for this documentation issue. Could I work on it?