diff options
-rw-r--r-- | tvix/eval/src/vm/generators.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/vm/generators.rs b/tvix/eval/src/vm/generators.rs index cddb18a406e1..19ffed840493 100644 --- a/tvix/eval/src/vm/generators.rs +++ b/tvix/eval/src/vm/generators.rs @@ -64,7 +64,7 @@ pub enum GeneratorRequest { /// stack for requesting a function call from the VM. /// /// The VM does not respond to this request, so the next message received is - /// a `NoOp`. + /// `Empty`. StackPush(Value), /// Pop a value from the stack and return it to the generator. |