Skip to content

Commit c1b9b12

Browse files
committed
Few more typos.
1 parent 79ce8a0 commit c1b9b12

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

langs/hoax/ast.rkt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ziggy/src/ast.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
{:> E0} ;; | 'write-byte | 'eof-object?
5353
{:> H0} ;; | 'box | 'car | 'cdr | 'unbox
5454
{:> H0} ;; | 'empty? | 'cons? | 'box?
55-
{:> H1} ;; | 'vector? | vector-length
56-
{:> H1} ;; | 'string? | string-length
55+
{:> H1} ;; | 'vector? | 'vector-length
56+
{:> H1} ;; | 'string? | 'string-length
5757
{:> F} ;; type Op2 = '+ | '- | '< | '=
5858
{:> H0} ;; | 'eq? | 'cons
5959
{:> H1} ;; | 'make-vector | 'vector-ref

0 commit comments

Comments
 (0)