From eccb0fb5dd14aa97ca9a136db7dfdf5bba0c9fa7 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 11 Dec 2023 20:25:15 -0800 Subject: [PATCH] Fix weird apostrophe --- resume.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.typ b/resume.typ index 25b161c..5d2e682 100644 --- a/resume.typ +++ b/resume.typ @@ -100,7 +100,7 @@ Structures, Computer Graphics #let just-url = "https://github.com/casey/just" #let just-commits-url = "https://github.com/casey/just/commits?author=neunenak" -- I’m an occasional contributor to the #link(just-commits-url)[just] command runner (#link(just-url)[github.com/casey/just]) +- I'm an occasional contributor to the #link(just-commits-url)[just] command runner (#link(just-url)[github.com/casey/just]) #let untrusted-url = "http://alexnisnevich.github.io/untrusted/" - #link(untrusted-url)[Untrusted] (#link(untrusted-url)[github.com/AlexNisnevich/untrusted]) is an open-source browser-based roguelike game. Every level is unbeatable and requires the player to modify the Javascript code defining the level in order to progress.