Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
  • Loading branch information
gwbres committed Nov 11, 2023
1 parent baadc4b commit e51761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
pub struct SV {
/// PRN identification # for this vehicle
pub prn: u8,
/// `GNSS` Constellation to which this vehicle is tied to
/// `GNSS` Constellation to which this vehicle belongs to
pub constellation: Constellation,
}

Expand Down

0 comments on commit e51761e

Please sign in to comment.