mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-09 04:19:51 +03:00
[ABNF] Keep file to 80 columns.
This commit is contained in:
parent
8b5c10a61f
commit
db823bf34d
@ -853,7 +853,8 @@ Go to: _[function-parameter](#user-content-function-parameter)_;
|
||||
|
||||
<a name="function-parameter"></a>
|
||||
```abnf
|
||||
function-parameter = [ %s"public" / %s"constant" / %s"const" ] identifier ":" type
|
||||
function-parameter = [ %s"public" / %s"constant" / %s"const" ]
|
||||
identifier ":" type
|
||||
```
|
||||
|
||||
Go to: _[identifier](#user-content-identifier), [type](#user-content-type)_;
|
||||
|
@ -331,7 +331,8 @@ function-declaration = %s"function" identifier
|
||||
|
||||
function-parameters = function-parameter *( "," function-parameter ) [ "," ]
|
||||
|
||||
function-parameter = [ %s"public" / %s"constant" / %s"const" ] identifier ":" type
|
||||
function-parameter = [ %s"public" / %s"constant" / %s"const" ]
|
||||
identifier ":" type
|
||||
|
||||
declaration = function-declaration
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user