Bug 166313 - [ES6] Fix modules document in features.json
Summary: [ES6] Fix modules document in features.json
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-21 06:11 PST by Yusuke Suzuki
Modified: 2016-12-21 08:42 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.79 KB, patch)
2016-12-21 06:12 PST, Yusuke Suzuki
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2016-12-21 06:11:45 PST
[ES6] Fix modules document in features.json
Comment 1 Yusuke Suzuki 2016-12-21 06:12:01 PST
Created attachment 297586 [details]
Patch
Comment 2 Saam Barati 2016-12-21 08:32:00 PST
Comment on attachment 297586 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=297586&action=review

> Source/JavaScriptCore/features.json:203
> +        "comment": "The modules can be loaded through script type=\"module\" tags. It is also possible to use Modules with the jsc command line tool by passing the -m flag."

Drop the "The" in "The modules"
Comment 3 Yusuke Suzuki 2016-12-21 08:41:11 PST
Comment on attachment 297586 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=297586&action=review

>> Source/JavaScriptCore/features.json:203
>> +        "comment": "The modules can be loaded through script type=\"module\" tags. It is also possible to use Modules with the jsc command line tool by passing the -m flag."
> 
> Drop the "The" in "The modules"

Thanks, fixed.
Comment 4 Yusuke Suzuki 2016-12-21 08:42:56 PST
Committed r210058: <http://trac.webkit.org/changeset/210058>