Skip to content

Commit

Permalink
Fix error doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walker committed Jan 10, 2025
1 parent e427b98 commit 244a593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/coalton-lisp-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ CL-USER> (format t "~R" (coalton:coalton (coalton-prelude:length (coalton:the co
; error: Type mismatch
; --> repl input:1:46
; |
; 1 | (COALTON:COALTON (COALTON-LIBRARY/collections:LENGTH (COALTON:THE COALTON:UFIX 1)))
; 1 | (COALTON:COALTON (COALTON-LIBRARY/COLLECTIONS:LENGTH (COALTON:THE COALTON:UFIX 1)))
; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Expected type '(COALTON:LIST #T53400)' but got 'COALTON:UFIX'
; [Condition of type COALTON-IMPL/TYPECHECKER/BASE:TC-ERROR]
```
Expand Down

0 comments on commit 244a593

Please sign in to comment.