Skip to content

Commit 71fce8d

Browse files
committed
fix typo
1 parent b3c45b7 commit 71fce8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,8 +1058,7 @@ fn scaled_signal_to_rust_int(signal: &Signal) -> String {
10581058
.expect(&err)
10591059
}
10601060

1061-
/// Convert the relevant parameters of a signal into a Rust type.
1062-
/// This is easiest to unit-test than taking the whole `can_dbc::Signal`
1061+
/// Convert the relevant parameters of a `can_dbc::Signal` into a Rust type.
10631062
fn signal_params_to_rust_int(
10641063
sign: can_dbc::ValueType,
10651064
signal_size: u32,

0 commit comments

Comments
 (0)