We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 260a100 + c37dc38 commit e508910Copy full SHA for e508910
src/lib.rs
@@ -264,7 +264,7 @@ impl HidApi {
264
Ok(HidDevice::from_backend(Box::new(dev)))
265
}
266
267
- /// The path name be determined by inspecting the device list available with [HidApi::devices()](struct.HidApi.html#method.devices)
+ /// The path name be determined by inspecting the device list available with [`HidApi::device_list`].
268
///
269
/// Alternatively a platform-specific path name can be used (eg: /dev/hidraw0 on Linux).
270
pub fn open_path(&self, device_path: &CStr) -> HidResult<HidDevice> {
0 commit comments