From a53b53f7f2c5dfbf0beeafbf77463ef319d00b5a Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Thu, 3 Jun 2021 07:03:10 +0000 Subject: [PATCH] Meta tweaks (#1048) --- a/Angular.js | 2 +- c/Cor.cor | 2 +- e/EmacsLisp.el | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/a/Angular.js b/a/Angular.js index ccc364c5..adb1b8f7 100644 --- a/a/Angular.js +++ b/a/Angular.js @@ -1,2 +1,2 @@ $scope.$log = $log; -$scope.message = 'Hello World'; +$scope.message = "Hello World"; diff --git a/c/Cor.cor b/c/Cor.cor index 2f5e0534..dee43330 100644 --- a/c/Cor.cor +++ b/c/Cor.cor @@ -1 +1 @@ -func main() console.log('Hello World') +func main() console.log("Hello World") diff --git a/e/EmacsLisp.el b/e/EmacsLisp.el index 75137210..8a92f28e 100644 --- a/e/EmacsLisp.el +++ b/e/EmacsLisp.el @@ -1,3 +1 @@ -;;for emacs elisp - -(message "hello,world") +(message "Hello World")