Skip to content

Commit b794d17

Browse files
authored
fix: 意図せず重複している文言を削除 (#130)
1 parent 51b0ee1 commit b794d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/types/boolean.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if ($show_separators) {
6464
<simpara>
6565
<type>bool</type> に明示的に変換を行うには、キャスト
6666
<literal>(bool)</literal> を使用します。
67-
を使用します。論理型が必要な場合には、値は自動的に <type>bool</type>
67+
論理型が必要な場合には、値は自動的に <type>bool</type>
6868
型に変換されるので、一般的にはキャストは不要です。
6969
詳細な情報は
7070
<link linkend="language.types.type-juggling">型の相互変換</link>

0 commit comments

Comments
 (0)