From 75058411bbcbe901eb6f1a840d6e69834570bf98 Mon Sep 17 00:00:00 2001 From: Sudhakar R Date: Thu, 29 Aug 2019 15:50:13 +0530 Subject: [PATCH] Fixing a missed spacing --- languages/C.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/C.txt b/languages/C.txt index 5ed3de5..ca721f5 100644 --- a/languages/C.txt +++ b/languages/C.txt @@ -45,7 +45,7 @@ break used to exit loop and used to exit switch case choice in a switch char basic declaration of a type character const prefix declaration meaning variable can not be changed -continuego to bottom of loop in for, while and do loops +continue go to bottom of loop in for, while and do loops default optional last case of a switch do executable statement, do-while loop double basic declaration double precision floating point