summaryrefslogtreecommitdiff
path: root/src/shared.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared.rs')
-rw-r--r--src/shared.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared.rs b/src/shared.rs
index ce2163d..c061952 100644
--- a/src/shared.rs
+++ b/src/shared.rs
@@ -16,7 +16,7 @@ pub struct WeatherData {
pub hourly_units: Option<HourlyUnits>,
pub hourly: Hourly,
}
-
+// ts means this, not typescript
/// WeatherData.current = ts struct
#[derive(Debug, Serialize, Deserialize)]
pub struct Current {