Skip to content

Commit

Permalink
Corrected strings. (#6024)
Browse files Browse the repository at this point in the history
I noticed these when I dropped the latest SDK into XC.
  • Loading branch information
psafont authored Oct 1, 2024
2 parents e90a98e + bc08e86 commit 2f251e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ocaml/idl/datamodel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7763,8 +7763,8 @@ module VMPP = struct
(Ref _vmpp, "self", "The protection policy")
; ( DateTime
, "value"
, "When was the last backup was done. When the timezone is missing, \
UTC is assumed"
, "The time at which the last backup was done. When the timezone is \
missing, UTC is assumed"
)
]
()
Expand All @@ -7777,8 +7777,8 @@ module VMPP = struct
(Ref _vmpp, "self", "The protection policy")
; ( DateTime
, "value"
, "When was the last archive was done. When the timezone is missing, \
UTC is assumed"
, "The time at which the last archive was created. When the timezone \
is missing, UTC is assumed"
)
]
()
Expand Down Expand Up @@ -8052,8 +8052,8 @@ module VMSS = struct
(Ref _vmss, "self", "The snapshot schedule")
; ( DateTime
, "value"
, "When was the schedule was last run. When a timezone is missing, \
UTC is assumed"
, "The time at which the schedule was last run. When the timezone is \
missing, UTC is assumed"
)
]
()
Expand Down

0 comments on commit 2f251e1

Please sign in to comment.