Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Nov 11, 2023
1 parent 88d78f7 commit de8000b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/lisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MOROS Lisp is a Lisp-1 dialect inspired by Scheme, Clojure, and Ruby!

### Literals
- String: `"Hello, World!"`
- Number: `2.5`, `-25`, `255`, `0xFF`, `0xDEAD_CODE`
- Number: `2.5`, `-25`, `255`, `0xFF`, `0xDEAD_C0DE`

### Built-in Operators
- `quote` (abbreviated with `'`)
Expand Down
2 changes: 1 addition & 1 deletion www/lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3>Literals</h3>

<ul>
<li>String: <code>&quot;Hello, World!&quot;</code></li>
<li>Number: <code>2.5</code>, <code>-25</code>, <code>255</code>, <code>0xFF</code>, <code>0xDEAD_CODE</code></li>
<li>Number: <code>2.5</code>, <code>-25</code>, <code>255</code>, <code>0xFF</code>, <code>0xDEAD_C0DE</code></li>
</ul>

<h3>Built-in Operators</h3>
Expand Down

0 comments on commit de8000b

Please sign in to comment.