Commit baaadfe
Mayank Raj
This Pull Request fixes/closes #5092.
It changes the following:
- **core/parser/src/parser/statement/declaration/mod.rs** — Put the
`[spec]` doc link on its own line so it is no longer concatenated with
`mod export;`.
- **core/runtime/src/fetch/request.rs** — Add missing space in doc link:
`[mdn]:https://` → `[mdn]: https://` for CommonMark compliance.
- **docs/vm.md** — Fix typo: "binarys" → "binaries" in the VM debugging
documentation.
- **core/engine/src/vm/call_frame/mod.rs** — Fix grammar: "a integer" →
"an integer" in unreachable messages (2 places).
- **core/engine/src/vm/runtime_limits.rs** — Fix grammar: "throw and
error" → "throw an error" in doc comments (2 places).
All changes are documentation and comments only; no behavior changes.
1 parent 965f38c commit baaadfe
5 files changed
Lines changed: 7 additions & 7 deletions
File tree
- core
- engine/src/vm
- call_frame
- parser/src/parser/statement/declaration
- runtime/src/fetch
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
0 commit comments