From 02b643be282adc57f00ddd30fba7d35a2be91dbd Mon Sep 17 00:00:00 2001 From: Andrew Liu Date: Thu, 27 Aug 2020 21:27:38 -0700 Subject: [PATCH] typo (#6352) --- docs/dev/virtual_machine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtual_machine.rst b/docs/dev/virtual_machine.rst index 059878f..ae6cac2 100644 --- a/docs/dev/virtual_machine.rst +++ b/docs/dev/virtual_machine.rst @@ -110,7 +110,7 @@ InvokePacked Invoke the packed function denoted by ``packed_index``. The ``arity`` and ``output_size`` are used to inform the VM how many inputs and outputs to expect. ``packed_args`` stores the list of argument registers. Note ``Index`` -is an alais of ``int64_t``, and it will be used in other instructions as well. +is an alias of ``int64_t``, and it will be used in other instructions as well. AllocTensor ^^^^^^^^^^^ -- 2.7.4