Skip to content
Snippets Groups Projects
Commit 98ce9ea0 authored by Liang ZOU's avatar Liang ZOU Committed by Yizhi Liu
Browse files

[DOCS] typo "@func myfunc" => "func @myfunc" (#2333)

typo "@func myfunc" => "func @myfunc"
parent e5d92e1b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment