Skip to content

Commit 192470d

Browse files
authored
small typo
1 parent 2489377 commit 192470d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default [
33
name: "lisp-to-js",
44
link: "https://github.com/healeycodes/lisp-to-js",
55
desc:
6-
"An optimizing compiler for a Lisp variant. Compiles and executes byte code in a VM. Can also output JavaScript.",
6+
"An optimizing compiler for a Lisp variant. Compiles and executes bytecode in a VM. Can also output JavaScript.",
77
to: "/compiling-lisp-to-bytecode-and-running-it",
88
},
99
{

0 commit comments

Comments
 (0)