From 75a6a005eb42b379b2545afe0e292b2948f5789f Mon Sep 17 00:00:00 2001 From: hg0428 Date: Mon, 7 Nov 2022 16:04:16 -0500 Subject: [PATCH] Typo fix. Added off, and replaced semicolon with comma. A semicolon can be used there, but a comma makes more sense. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37972910..c456c2ea 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Gwion is a programming language, aimed at making music alt = "Bran the musical wizard grizzly bear casting spell with a wand" /> < Bran, our mascot, kindly provided by [neverRare](https://github.com/neverRare) -**strongly** inspired by [ChucK](http://chuck.stanford.edu/), but adding a bunch *high-level* features; +**strongly** inspired by [ChucK](http://chuck.stanford.edu/), but adding a bunch of *high-level* features, templating, first-class functions and more. It aims to be simple, small, -- 2.43.0