From 98ce9ea09f4dff5734666153d6313bd26a9eea56 Mon Sep 17 00:00:00 2001
From: Liang ZOU <liang.d.zou@gmail.com>
Date: Tue, 25 Dec 2018 14:23:18 +0800
Subject: [PATCH] [DOCS] typo "@func myfunc" => "func @myfunc" (#2333)

typo "@func myfunc" => "func @myfunc"
---
 docs/dev/relay_intro.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/relay_intro.rst b/docs/dev/relay_intro.rst
index 2462d0d3e..66b643421 100644
--- a/docs/dev/relay_intro.rst
+++ b/docs/dev/relay_intro.rst
@@ -75,7 +75,7 @@ GlobalVar decouples the definition/declaration and enables recursion and delayed
 
 .. code ::
 
-  @def myfunc(%x) {
+  def @myfunc(%x) {
     %1 = equal(%x, 1)
      if (%1) {
         %x
-- 
GitLab