From a4fee2b7c033e4dbfa3fbe73fb3e163e6ddb6c00 Mon Sep 17 00:00:00 2001 From: Liang ZOU Date: Tue, 25 Dec 2018 12:32:53 +0800 Subject: [PATCH] [DOCS] typo "@func myfunc" => "func @myfunc" 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 2462d0d3ecc2..66b643421a5b 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