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 51b0ee1 commit b794d17Copy full SHA for b794d17
language/types/boolean.xml
@@ -64,7 +64,7 @@ if ($show_separators) {
64
<simpara>
65
<type>bool</type> に明示的に変換を行うには、キャスト
66
<literal>(bool)</literal> を使用します。
67
- を使用します。論理型が必要な場合には、値は自動的に <type>bool</type>
+ 論理型が必要な場合には、値は自動的に <type>bool</type>
68
型に変換されるので、一般的にはキャストは不要です。
69
詳細な情報は
70
<link linkend="language.types.type-juggling">型の相互変換</link>
0 commit comments