Skip to content

Commit 224ad02

Browse files
committed
[time.zone.db.tzdb] Say where we look for time_zones, and avoid
readability problem with 'If a time_zone tz is found' phrasing. Fixes #3892.
1 parent 4f2f581 commit 224ad02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/time.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8737,14 +8737,14 @@
87378737
\returns
87388738
\begin{itemize}
87398739
\item
8740-
If a \tcode{time_zone} \tcode{tz} is found
8740+
If \tcode{zones} contains an element \tcode{tz}
87418741
for which \tcode{tz.name() == tz_name},
87428742
a pointer to \tcode{tz};
87438743
\item
87448744
otherwise,
8745-
if a \tcode{time_zone_link} \tcode{tz_l} is found
8745+
if \tcode{links} contains an element \tcode{tz_l}
87468746
for which \tcode{tz_l.name() == tz_name},
8747-
then a pointer to the \tcode{time_zone} \tcode{tz}
8747+
then a pointer to the element \tcode{tz} of \tcode{zones}
87488748
for which \tcode{tz.name() == tz_l.target()}.
87498749
\end{itemize}
87508750
\begin{note}

0 commit comments

Comments
 (0)