Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation typo in Inline Functions in the Leo Language Guide #256

Open
ghost opened this issue Jul 31, 2023 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Jul 31, 2023

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
@ghost ghost self-assigned this Jul 31, 2023
@ghost 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 Guide Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants