Skip to content

Commit 2dbd736

Browse files
committed
Follow Sss's advice
1 parent cb0d1c2 commit 2dbd736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The Cycles consumption of each Syscall is as follows. Among them, the constant 5
233233
| process_id | 500 |
234234
| load block extension | 500 + BYTES_TRANSFERRED_CYCLES |
235235

236-
In addition, when a VM switches from instantiated to uninstantiated, or from uninstantiated to instantiated, each VM needs `SPAWN_EXTRA_CYCLES_BASE` cycles.
236+
In addition, when a VM switches between instantiated and uninstantiated states, it requires SPAWN_EXTRA_CYCLES_BASE cycles for each transition.
237237

238238
## Spawn Example
239239

0 commit comments

Comments
 (0)