]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
[misc] Make comment in hour.js gender neutral (#4446)
authorJames Harries <vaicine@vaicine.com>
Sun, 4 Mar 2018 06:14:26 +0000 (06:14 +0000)
committerKunal Marwaha <marwahaha@berkeley.edu>
Sun, 4 Mar 2018 06:14:26 +0000 (22:14 -0800)
src/lib/units/hour.js

index ef758680370d5392705615eb28e722a22fc1c460..d717a7999041271bc5d1464487e9fd11f842a297 100644 (file)
@@ -138,7 +138,7 @@ export function localeMeridiem (hours, minutes, isLower) {
 // MOMENTS
 
 // Setting the hour should keep the time, because the user explicitly
-// specified which hour he wants. So trying to maintain the same hour (in
+// specified which hour they want. So trying to maintain the same hour (in
 // a new timezone) makes sense. Adding/subtracting hours does not follow
 // this rule.
 export var getSetHour = makeGetSet('Hours', true);