Skip to content

Commit 939eb65

Browse files
authored
fix typo
1 parent 7ad136a commit 939eb65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/02-first-steps/15-function-expressions-arrows

1-js/02-first-steps/15-function-expressions-arrows/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function sayHi() {
1212
}
1313
```
1414

15-
*関数式* と呼ばれる、関数を作るための別の項分があります
15+
*関数式* と呼ばれる、関数を作るための別の構文があります
1616

1717
それはこのようになります:
1818

0 commit comments

Comments
 (0)