From 2b3210eeec63c294aa541fd99839f5fb8fc39afc Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 17 Aug 2026 04:32:31 -0400 Subject: [PATCH] Update src/invidious.cr Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> --- src/invidious.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious.cr b/src/invidious.cr index 4aa8b1fac..c63f9ebb1 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -51,7 +51,7 @@ require "./invidious/jobs/base_job" require "./invidious/jobs/*" # Show a nice message for unsupported versions of the Crystal compiler, -# encouraging the user compiling Invidious, to update it's Crystal compiler +# encouraging the user compiling Invidious to update it``` # version. {% begin %} # `-Dskip_version_check` compile-time flag, for development purposes