Skip to content

Commit

Permalink
Update website/blog/2024-12-09-advent-of-pbt-day-9/AdventOfTheDay.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Dec 8, 2024
1 parent c0c4703 commit c362687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { AdventPlaygroundOfTheDay, FormOfTheDay } = buildAdventOfTheDay({
parser,
placeholderForm: 'any set of characters as long as it fits on one line',
functionName: 'isProbablyEnchantedWord',
signature: 'isProbablyEnchantedWord(word: string): string;',
signature: 'isProbablyEnchantedWord(word: string): boolean;',
signatureExtras: [],
});

Expand Down

0 comments on commit c362687

Please sign in to comment.