Skip to content

Commit

Permalink
fix example code alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Sep 10, 2024
1 parent 36a9f61 commit 292a08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Interpreter/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 292a08e

Please sign in to comment.