Skip to content

Commit 948f700

Browse files
authored
Merge pull request #483 from ut-code/fix-typo-in-functions
2 parents 6f768b2 + 78851e1 commit 948f700

File tree

1 file changed

+1
-1
lines changed
  • docs/1-trial-session/09-functions

1 file changed

+1
-1
lines changed

docs/1-trial-session/09-functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function max(a, b) {
191191

192192
:::note
193193

194-
`a > b``true` の場合、if 文内部の `return` で関数実行が中断されるため、`else` キーワードは必ずしも必要ではありません。そのため、以下のように書くこともできます
194+
`a > b``true` の場合、if 文内部の `return` で関数実行が中断されるため、`else` キーワードは必ずしも必要ではありません。そのため、次のように書くこともできます
195195

196196
```javascript
197197
function max(a, b) {

0 commit comments

Comments
 (0)