Skip to content

Commit

Permalink
Fix some odd wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
oehmke committed Oct 2, 2024
1 parent 6e4bf0b commit d29442c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Infrastructure/TimeMgr/interface/ESMF_TimeInterval.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3151,7 +3151,7 @@ subroutine ESMF_TimeIntervalSetStr(timeinterval, timeIntervalString, rc)
!
!
! !DESCRIPTION:
! Sets the value of the {\tt ESMF\_TimeInterval} using a user specified
! Sets the value of an {\tt ESMF\_TimeInterval} using a
! string in ISO 8601 duration format P[y]Y[mm]M[d]DT[h]H[m]M[s]S. See ~\cite{ISO} and ~\cite{ISOnotes} for information about the format. In ESMF's implementation the time values can have the following types:
! \begin{description}
! \item[y] - the number of years expressed in up to a 64-bit integer
Expand Down Expand Up @@ -3245,7 +3245,7 @@ subroutine ESMF_TimeIntervalSetStrCal(timeinterval, calendar, &
!
!
! !DESCRIPTION:
! Sets the value of the {\tt ESMF\_TimeInterval} using a user specified
! Sets the value of an {\tt ESMF\_TimeInterval} using a
! string in ISO 8601 duration format P[y]Y[mm]M[d]DT[h]H[m]M[s]S. See ~\cite{ISO} and ~\cite{ISOnotes} for
! information about the format. Also, see the description for the method
! {\tt ESMF\_TimeIntervalSetStr()}~\ref{API:TimeIntervalSetStr}
Expand Down Expand Up @@ -3341,7 +3341,7 @@ subroutine ESMF_TimeIntervalSetStrCalTyp(timeinterval, calkindflag, &
!
!
! !DESCRIPTION:
! Sets the value of the {\tt ESMF\_TimeInterval} using a user specified
! Sets the value of an {\tt ESMF\_TimeInterval} using a
! string in ISO 8601 duration format P[y]Y[mm]M[d]DT[h]H[m]M[s]S. See ~\cite{ISO} and ~\cite{ISOnotes} for
! information about the format. Also, see the description for the method
! {\tt ESMF\_TimeIntervalSetStr()}~\ref{API:TimeIntervalSetStr}
Expand Down Expand Up @@ -3430,7 +3430,7 @@ subroutine ESMF_TimeIntervalSetStrStart(timeinterval, startTime, &
!
!
! !DESCRIPTION:
! Sets the value of the {\tt ESMF\_TimeInterval} using a user specified
! Sets the value of an {\tt ESMF\_TimeInterval} using a
! string in ISO 8601 duration format P[y]Y[mm]M[d]DT[h]H[m]M[s]S. See ~\cite{ISO} and ~\cite{ISOnotes} for
! information about the format. Also, see the description for the method
! {\tt ESMF\_TimeIntervalSetStr()}~\ref{API:TimeIntervalSetStr}
Expand Down

0 comments on commit d29442c

Please sign in to comment.