From f3966efc020fcd0cd7be330d386a721388e5648a Mon Sep 17 00:00:00 2001 From: pancelor Date: Mon, 6 May 2024 04:14:38 -0700 Subject: [PATCH] grammar fix in languages.md "Now it's time for C" or "Now it's C's turn" might be other options --- content/english/hpc/complexity/languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/english/hpc/complexity/languages.md b/content/english/hpc/complexity/languages.md index abb80979..dc07d028 100644 --- a/content/english/hpc/complexity/languages.md +++ b/content/english/hpc/complexity/languages.md @@ -141,7 +141,7 @@ JIT compilation is not a feature of the language itself, but of its implementati ### Compiled Languages -Now it's turn for C: +Now let's give C a turn: ```cpp #include