From aabf688371a2bb2f9a1accf02697f9365663ed54 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang <41213225+FrankYFTang@users.noreply.github.com> Date: Thu, 23 Apr 2020 13:52:30 -0700 Subject: [PATCH] correct comment --- .../prototype/resolvedOptions/order-dayPeriod.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/intl402/DateTimeFormat/prototype/resolvedOptions/order-dayPeriod.js b/test/intl402/DateTimeFormat/prototype/resolvedOptions/order-dayPeriod.js index 9b89cbcda5..2cab883c88 100644 --- a/test/intl402/DateTimeFormat/prototype/resolvedOptions/order-dayPeriod.js +++ b/test/intl402/DateTimeFormat/prototype/resolvedOptions/order-dayPeriod.js @@ -28,8 +28,8 @@ const expected = [ let actual = Object.getOwnPropertyNames(options); -// Ensure all expected items are in actual and also allow other property -// implemented in other new proposal. +// Ensure all expected items are in actual and also allow other properties +// implemented in new proposals. assert(arrayContains(actual, expected)); for (var i = 1; i < expected.length; i++) { // Ensure the order as expected but allow additional new property in between