Skip to content

Commit

Permalink
ch03-05:スバリ → ズバリ
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed May 15, 2022
1 parent b43e9bc commit 8946f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch03-05-control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ find the problem in the program:
-->

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

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

0 comments on commit 8946f8c

Please sign in to comment.