From: James Harries Date: Sun, 4 Mar 2018 06:14:26 +0000 (+0000) Subject: [misc] Make comment in hour.js gender neutral (#4446) X-Git-Tag: 2.22.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52323a12214c987b8c515d04429acddcd4f5fcbc;p=thirdparty%2Fmoment.git [misc] Make comment in hour.js gender neutral (#4446) --- diff --git a/src/lib/units/hour.js b/src/lib/units/hour.js index ef7586803..d717a7999 100644 --- a/src/lib/units/hour.js +++ b/src/lib/units/hour.js @@ -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);