Skip to content

Commit a33cd53

Browse files
authored
Update README.md
1 parent d517114 commit a33cd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ Usage: `soodocode file.sc`
5454
* [x] Pointers
5555
* [x] Infinite pointer types
5656
* [x] Recursive types
57-
* [x] Sets
57+
* [x] Sets
5858
* [ ] Set operations
5959
* [x] Integer range type (1..10, 200..250)
6060
* [x] Sound type system
61-
* Type checking is partly done at compile time (class inheritance, type esize check) and partly at runtime (everything else).
61+
* Type checking is partly done at compile time (class inheritance, type size check) and partly at runtime (everything else).
6262

6363
## Classes
6464
* [x] Classes

0 commit comments

Comments
 (0)