From e51761ea8f9861e9bd973edc4d864bcc5264228f Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Sat, 11 Nov 2023 17:14:29 +0100 Subject: [PATCH] improve doc Signed-off-by: Guillaume W. Bres --- src/sv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sv.rs b/src/sv.rs index 79c0e9e..9b0f70e 100644 --- a/src/sv.rs +++ b/src/sv.rs @@ -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, }