Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 2, 2024
1 parent 36a276d commit aa74fc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions irp/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@ impl Irp {
}
}

/// The carrier frequency in Hertz. None means unknown, Some(0) means
/// unmodulated.
/// The carrier frequency in Hertz. 0 means unmodulated (no carrier)
pub fn carrier(&self) -> i64 {
self.general_spec.carrier.to_integer()
}
Expand Down

0 comments on commit aa74fc2

Please sign in to comment.