Skip to content

Commit 8946f8c

Browse files
committed
ch03-05:スバリ → ズバリ
1 parent b43e9bc commit 8946f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch03-05-control-flow.md

Lines changed: 1 addition & 1 deletion
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)