fix bad comment markup

This commit is contained in:
rfm 2023-10-23 20:49:19 +01:00
parent a9a198a283
commit 4c4397bdcd

View file

@ -305,8 +305,8 @@ GS_EXPORT_CLASS
* Values are summed up as long as now higher-granularity unit is specified.
* That means if you want to extract the year and the day from two dates
* which are 13 months + 1 day apart, you will get 1 as the result for the year
* but the rest of the difference in days. (29 <= x <= 32, depending on the
* month).
* but the rest of the difference in days. (29 &lt;= x &lt;= 32, depending
* on the month).
*
* Please note that the NSWrapCalendarComponents option that should affect the
* calculations is not presently supported.