mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Change some comments after self-review
This commit is contained in:
parent
0d1946a782
commit
09f2ce327c
2 changed files with 5 additions and 3 deletions
|
@ -475,9 +475,9 @@ impl<'a> CodeSection<'a> {
|
|||
*******************************************************************/
|
||||
|
||||
pub enum DataMode {
|
||||
/// A data segment that auto-initialises on instantiation
|
||||
/// A data segment that auto-loads into memory on instantiation
|
||||
Active { offset: ConstExpr },
|
||||
/// A data segment that can be initialised with the `memory.init` instruction
|
||||
/// A data segment that can be loaded with the `memory.init` instruction
|
||||
Passive,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue