From 292a08e4735bbd07af6cc1efdb8b72eda8040fa7 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Tue, 10 Sep 2024 16:01:44 +0200 Subject: [PATCH] fix example code alignment --- docs/src/components/Interpreter/examples.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/Interpreter/examples.ts b/docs/src/components/Interpreter/examples.ts index ce06cbd2..477341ad 100644 --- a/docs/src/components/Interpreter/examples.ts +++ b/docs/src/components/Interpreter/examples.ts @@ -5,7 +5,7 @@ const examples = [ **NOTE**: you can hover over Scheme symbols and get tooltip with documentation.`, code: `;; &() is object literal used with quasiquote (let ((obj \`&(:name "LIPS Scheme" - :version ,lips.version))) + :version ,lips.version))) ;; you can access JavaScript properties ;; with dot notation, print is display + newline (print (string-append obj.name