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