Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Fix typo AGAIN :/
Browse files Browse the repository at this point in the history
  • Loading branch information
hmmdyl committed Jun 19, 2021
1 parent 62d51ab commit 85e4461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the light weight D runtime - it is a barebones runtime targeting ARM Cor
19. Static constructors and destructors
20. Shared static constructors and destructors
21. Module info
22. There is no GC implenetation (primitive memory tracking is now available with `LWDR_TrackMem`, `RefCount!T` and `Unique!T` are now available)
22. There is no GC implementation (primitive memory tracking is now available with `LWDR_TrackMem`, `RefCount!T` and `Unique!T` are now available)
23. Delegates/closures
24. Associative arrays
25. Object monitors
Expand Down

0 comments on commit 85e4461

Please sign in to comment.