We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43e9bc commit 8946f8cCopy full SHA for 8946f8c
src/ch03-05-control-flow.md
@@ -304,7 +304,7 @@ find the problem in the program:
304
-->
305
306
このコードをコンパイルしようとすると、エラーになります。`if`と`else`アームは互換性のない値の型になり、
307
-コンパイラがプログラム内で問題の見つかった箇所をスバリ指摘してくれます:
+コンパイラがプログラム内で問題の見つかった箇所をズバリ指摘してくれます:
308
309
```console
310
{{#include ../listings/ch03-common-programming-concepts/no-listing-31-arms-must-return-same-type/output.txt}}
0 commit comments