From fbad34959ffedb02c5b8c040e0f992a6fc006f36 Mon Sep 17 00:00:00 2001 From: Gorkem Yakin Date: Fri, 29 Jan 2016 09:29:09 -0800 Subject: [PATCH] Replace "id" with "ID" --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d65a593d5b..e4c53ba7f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,9 +93,9 @@ This tag identifies the section number from the portion of the ECMAScript 6 stan #### id **id**: [spec-id] -This tag identifies the hash id from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `id: sec-typedarray-length`. This tag might be used to replace a `es6id` or further. +This tag identifies the hash ID from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `id: sec-typedarray-length`. This tag might be used to replace a `es6id` or further. -When writing a new test for a Stage 3+ spec not yet published on the draft, the `pending` value can be used while a hash id is not available. +When writing a new test for a Stage 3+ spec not yet published on the draft, the `pending` value can be used while a hash ID is not available. #### includes **includes**: [file-list]