Skip to content

Commit 1a474b8

Browse files
committed
Make the code align
1 parent 4ad7ea9 commit 1a474b8

File tree

1 file changed

+1
-1
lines changed
  • content/posts/2025/05/24/clue-glossaries

1 file changed

+1
-1
lines changed

content/posts/2025/05/24/clue-glossaries/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Then the corresponding code in the Crossword engine to fill that object isn't no
6767
6868
```ts
6969
// Sets up a glossary of terms which gets used by the host (the app) to display tooltips
70-
const glossary = {} as Record<string, GlossaryObject>
70+
const glossary = {} as Glossary
7171

7272
for (const clue of [...state.props.clues.across, ...state.props.clues.down]) {
7373
const aOrD = state.props.clues.across.includes(clue) ? "a" : "d"

0 commit comments

Comments
 (0)