From 31ee9221b425783278cab805f2ace99532164c1a Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Wed, 12 Sep 2018 14:54:31 -0400 Subject: [PATCH] CONTRIBUTING.md: Fix code block --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0572e5623..f08a11645b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,15 +83,17 @@ within the file. For example: +``` /*--- esid: sec-weakset.prototype.has description: Throws TypeError if `this` is not Object. -info: > +info: | WeakSet.prototype.has ( value ) 1. Let S be the this value. 2. If Type(S) is not Object, throw a TypeError exception. ---*/ +``` Note: Adding more context than the direct quote from ECMAScript should rarely be necessary. If you must add context to the quote, use the JavaScript