We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbc0ca commit 7f462f6Copy full SHA for 7f462f6
swiftnav/src/time.rs
@@ -85,7 +85,7 @@ impl fmt::Display for InvalidGpsTime {
85
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
86
match self {
87
InvalidGpsTime::InvalidWN(wn) => write!(f, "Invalid Week Number: {}", wn),
88
- InvalidGpsTime::InvalidTOW(tow) => write!(f, "Invalid Time of Wee: {}", tow),
+ InvalidGpsTime::InvalidTOW(tow) => write!(f, "Invalid Time of Week: {}", tow),
89
}
90
91
0 commit comments