From 9d530a2b7bb63ac44d45bdf9923a0626d07edf5b Mon Sep 17 00:00:00 2001 From: Victor Goff Date: Fri, 3 May 2024 10:34:32 -0400 Subject: [PATCH] Update docs/ABOUT.md Co-authored-by: Erik Schierboom --- docs/ABOUT.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ABOUT.md b/docs/ABOUT.md index 7cf7109c..2dfea10a 100644 --- a/docs/ABOUT.md +++ b/docs/ABOUT.md @@ -15,7 +15,6 @@ Raku learns from other languages: * Strictures and warnings are now automatic, cutting out huge swathes of potential errors. * ... and it knows how to do [math](https://docs.raku.org/language/math): ```1/10 * 3 == 0.3 ``` - try that in your favorite language! - Raku’s mottos: * "Raku is designed to make the easy jobs easy, without making the hard jobs impossible." * "There Is More Than One Way To Do It - now with even more -Ofun (optimized for fun) added."