You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation typo in Inline Functions in the Leo Language Guide
Task
Change:
The rules for functions (in the traditional sense) are as follows:
There are three variants of functions: transition, function, inline.
- transitions can only call functions and inlines.
- functions can only call inlines.
- inlines can only call inlines.
- Direct/indirect recursive calls are not allowed
To:
The rules for functions (in the traditional sense) are as follows:
There are three variants of functions: transition, helper, inline.
- transitions can only call functions and inlines
- helpers can only call inlines
- inlines can only call inlines
- direct/indirect recursive calls are not allowed
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Update documentation typo for Inline Functions in the Leo Language Guide
Update documentation typo in Inline Functions in the Leo Language GuideJul 31, 2023
Update documentation typo in
Inline Functions
in theLeo Language Guide
Task
Change:
To:
The text was updated successfully, but these errors were encountered: