Skip to content

Commit 16b6d9a

Browse files
committed
fix docstring
1 parent 7f0a350 commit 16b6d9a

File tree

1 file changed

+1
-1
lines changed
  • ed_sensor_integration/include/ed/kinect

1 file changed

+1
-1
lines changed

ed_sensor_integration/include/ed/kinect/fitter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class Fitter
109109

110110
/**
111111
* @brief Fitter constructor
112-
* @param nr_data_points nr_data_points for the beam model
112+
* @param nr_data_points Number of data points for the beam model
113113
* @param fx focal length for the beam model
114114
*/
115115
Fitter(unsigned int nr_data_points, float fx);

0 commit comments

Comments
 (0)