mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Fix grammar
This commit is contained in:
parent
c3c141960d
commit
a9b333c490
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Note that concurrency primitives must still be used to safely coordinate access
|
|||
|
||||
The following types of objects are always shared:
|
||||
|
||||
- Concurrency primitives (mutex, conditional variable, atom). These object are allocated directly on the heap since by definition multiple threads need to use them for synchronization.
|
||||
- Concurrency primitives (mutex, conditional variable, atom). These objects are allocated directly on the heap since by definition multiple threads need to use them for synchronization.
|
||||
|
||||
- Fixnum integers and characters. These are immediates (IE, value types) so there is no object in memory to reference.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue