docs(tvix/eval): fix reference to Empty
message in a comment
Change-Id: I3dc30cca33fbbd8e8686655635ee471f5937d9f8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8257 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
parent
cc59cbf3e2
commit
e48a17a6b3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue