Correct formatting in INTERPRETING.md

Prior to this commit, the implementation of Markdown on GitHub.com
caused the contents of two list items to be rendered outside of their
containing list. Update the indentation so that the structure of the
rendered output matches the structure implied by the text.
This commit is contained in:
Mike Pennisi 2021-03-05 12:37:28 -05:00 committed by Rick Waldron
parent c00087e129
commit e990dce904
1 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ following strings:
- **`CanBlockIsFalse`** The test file should only be run when the [[CanBlock]] property of the [Agent Record](https://tc39.github.io/ecma262/#sec-agents) executing the file is `false`.
*Example*
*Example*
```js
/*---
@ -370,7 +370,7 @@ following strings:
- **`CanBlockIsTrue`** The test file should only be run when the [[CanBlock]] property of the [Agent Record](https://tc39.github.io/ecma262/#sec-agents) executing the file is `true`.
*Example*
*Example*
```js
/*---