From 789858486b9b8ee355b22cc3e8bfa56ce7dac78d Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 21 Aug 2026 22:13:22 -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 c63f9ebb1..94d92442d 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -50,7 +50,7 @@ require "./invidious/routes/**" require "./invidious/jobs/base_job" require "./invidious/jobs/*" -# Show a nice message for unsupported versions of the Crystal compiler, +# Show a nice message in case the current Crystal compiler version is unsupoported``` # encouraging the user compiling Invidious to update it``` # version. {% begin %}