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:
Vincent Ambo 2023-03-11 23:21:39 +03:00 committed by tazjin
parent cc59cbf3e2
commit e48a17a6b3

View file

@ -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.