mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-05 03:58:45 +02:00
Merge pull request #79 from riking/patch-1
comparison: copyedit 'delays' to 'delayed'
This commit is contained in:
commit
51cbf29d92
@ -25,7 +25,7 @@ Here is a rough comparison of the memory management techniques.
|
||||
* Memory leaks.
|
||||
* Automatic like Java:
|
||||
* Garbage collection pauses.
|
||||
* Destructors delays.
|
||||
* Destructor delays.
|
||||
* Scope-based like C++:
|
||||
* Complex, opt-in by programmer.
|
||||
* Potential for use-after-free.
|
||||
|
Loading…
Reference in New Issue
Block a user