Skip to content

Commit

Permalink
fix: no question mark in danvdk talk
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 12, 2024
1 parent 6b0d793 commit 057c18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/notion-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ export const talksBySlug: Record<string, TalkInfo> = {
slug: "talk-dan-vanderkam",
tags: ["ASTs", "Parsing", "Source Code"],
talkFormat: "Full",
title: "The Battle for Source Code: Why Text Always Wins?",
title: "The Battle for Source Code: Why Text Always Wins",
},
"talk-don-isaac": {
description:
Expand Down

0 comments on commit 057c18f

Please sign in to comment.