Skip to content

Commit 6dcbc21

Browse files
committed
style: fix MD060 table column alignment accounting for multi-byte chars
1 parent b99e31e commit 6dcbc21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ use `--redact` or `--redact-complete` to zero out sensitive values.
367367

368368
| Flag | What gets zeroed |
369369
| ------------------- | -------------------------------------------------------------------------------------------- |
370-
| `--redact` | Primitive arrays (`byte[]`, `char[]`, `int[]`, …) — covers most strings and serialized data |
370+
| `--redact` | Primitive arrays (`byte[]`, `char[]`, `int[]`, …) — covers most strings and serialized data |
371371
| `--redact-complete` | All primitive arrays **and** individual primitive fields — maximum privacy |
372372

373373
Both modes preserve the full object graph (class names, references, instance counts), so the dump remains useful for

0 commit comments

Comments
 (0)