Skip to content

Commit 0c30dec

Browse files
2 parents 58caddd + ccec278 commit 0c30dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/references/literals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Previous statement is { !true }.`
107107
{a: 12; b: 'hoge'} // Syntax Error
108108
```
109109

110-
## 関数
111-
Function literals are called “unnamed functions” and are similar in form to [function declaration](. /syntax.md#%E9%96%A2%E6%95%B0), but without a function name. (And since it is literal, of course it is an expression, not a statement.)
110+
## Function
111+
Function literals are called “unnamed functions” and are similar in form to [function declaration](./syntax.md#functions), but without a function name. Since it is literal, it is an expression, not a statement.
112112

113113
```aiscript
114114
var func = @(){} // Function that does nothing

0 commit comments

Comments
 (0)