From 1775b681129973ee4d972cf05eff98dfb6191d23 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sun, 2 Jan 2022 07:42:23 +1100 Subject: [PATCH] Update c.json --- src/technologies/c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 3205ff8df..e1d2ad0ca 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3,7 +3,7 @@ "cats": [ 27 ], - "description":"C (/ˈsiː/, as in the letter c) is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system.", + "description":"C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system.", "icon": "C.png", "website": "http://www.open-std.org/jtc1/sc22/wg14/" },