Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit ff8c050

Browse files
authored
Fix table formatting
1 parent e519cee commit ff8c050

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ foo(null);
106106
export {};
107107
```
108108

109-
| script (cannot parse) | module
110-
--- | --- | --- | ---
111-
variable scope of `foo` | n/a | local
112-
`arguments` object | n/a | unmodified
113-
`this` binding of `foo` | n/a | undefined
109+
| | script (cannot parse) | module |
110+
| ----------------------- | --------------------- | -----------|
111+
| variable scope of `foo` | n/a | local |
112+
| `arguments` object | n/a | unmodified |
113+
| `this` binding of `foo` | n/a | undefined |
114114

115115
## Problem
116116

0 commit comments

Comments
 (0)