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