Skip to content

Commit e496f39

Browse files
authored
Merge pull request #210 from tatsuya6502/ch03-05-typo-on-exactly
ch03-05:スバリ → ズバリ
2 parents 6e92d45 + 8946f8c commit e496f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch03-05-control-flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ find the problem in the program:
304304
-->
305305

306306
このコードをコンパイルしようとすると、エラーになります。`if``else`アームは互換性のない値の型になり、
307-
コンパイラがプログラム内で問題の見つかった箇所をスバリ指摘してくれます:
307+
コンパイラがプログラム内で問題の見つかった箇所をズバリ指摘してくれます:
308308

309309
```console
310310
{{#include ../listings/ch03-common-programming-concepts/no-listing-31-arms-must-return-same-type/output.txt}}

0 commit comments

Comments
 (0)