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

Commit a8a41b8

Browse files
authored
Merge pull request #20 from Semigradsky/patch-1
Fix table formatting
2 parents e519cee + ff8c050 commit a8a41b8

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)