From d6444d6486bed4bf3d83390c6581da4a085101d6 Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Sat, 3 Apr 2021 16:25:05 -0500
Subject: [PATCH] Fixed a typo

---
 hpvm/docs/specifications/tensor_ops.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpvm/docs/specifications/tensor_ops.rst b/hpvm/docs/specifications/tensor_ops.rst
index 913d29b7af..d304f24546 100644
--- a/hpvm/docs/specifications/tensor_ops.rst
+++ b/hpvm/docs/specifications/tensor_ops.rst
@@ -69,7 +69,7 @@ Perform matrix multiplication between the tensor pointed to by input and the ten
 
    * - Result
      - Descrption
-   * - ouput
+   * - output
      - Reference to the output tensor
 
 
-- 
GitLab