Fix "cargo doc" error

This commit is contained in:
Johannes Altmanninger
2026-05-23 16:33:57 +08:00
parent 19e0c8b6b9
commit 4ad3c48e3f

View File

@@ -499,7 +499,7 @@ pub fn desc(&self) -> &'static wstr {
pub fn code(&self) -> i32 {
self.0.into()
}
/// Parses a string into the equivalent [`Signal`] sharing the same name.
/// Parses a string into the equivalent [`RawSignal`] sharing the same name.
/// Accepts both `SIGABC` and `ABC` to match against `Signal::SIGABC`. If the signal name is not
/// recognized, `None` is returned.
/// This also accepts integer codes via fish_wcstoi().