Skip to content

Commit 48a40bd

Browse files
Update dump.md
1 parent bc19123 commit 48a40bd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/dump.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Dump
22

3-
Spits out raw information so you inspect it.
3+
A dump spits out raw information so you inspect it.
44

55
Dumps include memory dumping, stack dumping, variable dumping, debug dumping,
6-
DMESG dumping, and more.
6+
DMESG dumping, etc.
77

88
## Example
99

@@ -19,5 +19,4 @@ DMESG dumping, and more.
1919
// Dump the sprite's internal data
2020
console.log("Sprite dump:")
2121
console.log(player)
22-
2322
```

0 commit comments

Comments
 (0)