Skip to content
Snippets Groups Projects
Unverified Commit 31ee9221 authored by Rick Waldron's avatar Rick Waldron Committed by GitHub
Browse files

CONTRIBUTING.md: Fix code block

parent a2a3c47b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment