We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f2737 commit f9917c4Copy full SHA for f9917c4
1 file changed
src/datetime.js
@@ -1926,7 +1926,7 @@ export default class DateTime {
1926
1927
/**
1928
* Equality check
1929
- * Two DateTimes are equal iff they represent the same millisecond, have the same zone and location, and are both valid.
+ * Two DateTimes are equal if and only if they represent the same millisecond, have the same zone and location, and are both valid.
1930
* To compare just the millisecond values, use `+dt1 === +dt2`.
1931
* @param {DateTime} other - the other DateTime
1932
* @return {boolean}
0 commit comments