Skip to content

Commit

Permalink
[doc] Fix typo (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored Oct 16, 2024
1 parent a356d5d commit 1dbcabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ some additional runtime code, which is also [implemented](Runtime.md) in Virgil.

### Garbage Collector

Virgil is a memory-safe language without automatic memory management via garbage collection.
Virgil is a memory-safe language with automatic memory management via garbage collection.
The entire garbage collector is written in Virgil.
It has a key interplay with the compiler which is documented [here](Gc.md).

Expand Down

0 comments on commit 1dbcabc

Please sign in to comment.