Browse Source

Update core/time/timezone/tzdate.odin

Co-authored-by: Feoramund <[email protected]>
Colin Davidson 10 months ago
parent
commit
9e00d610c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/time/timezone/tzdate.odin

+ 1 - 1
core/time/timezone/tzdate.odin

@@ -291,7 +291,7 @@ dst :: proc(dt: datetime.DateTime) -> (is_dst: bool, success: bool) #optional_ok
 /*
 /*
 Checks DST for a given date.
 Checks DST for a given date.
 
 
-WARNING: This is unsafe because it doesn't check if you datetime is valid, or your region contains a valid record
+WARNING: This is unsafe because it doesn't check if your datetime is valid or if your region contains a valid record.
 
 
 Inputs:
 Inputs:
 - dt: The input datetime
 - dt: The input datetime