Skip to content

Commit 990ba89

Browse files
committed
Fix typo
1 parent b7166aa commit 990ba89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/expression.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
値の存在の有無を確認する場合は、 ``/*%if optional.isPresent() */`` とする替わりに
2121
``/*%if optional != null */`` としてください。
2222

23-
``java.util.OptionalInt`` 、 ``java.util.OptionalInt`` 、 ``java.util.OptionalInt``
23+
``java.util.OptionalInt`` 、 ``java.util.OptionalDouble`` 、 ``java.util.OptionalLong``
2424
についても同様です。
2525

2626
リテラル

0 commit comments

Comments
 (0)