Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit c623562

Browse files
docs: reformat a bit
1 parent 4fbfbb7 commit c623562

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/manual.typ

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,11 @@ on an 8-segment display:
738738
..sg
739739
.lookup
740740
.keys()
741-
.map(ch => grid(gutter: 0.5em, sg.run(ch), raw(ch))),
741+
.map(ch => grid(
742+
gutter: 0.5em,
743+
sg.run(ch),
744+
raw(ch),
745+
)),
742746
)
743747
```
744748

0 commit comments

Comments
 (0)