Skip to content

Commit 3aa2694

Browse files
Format (#243)
Co-authored-by: ota-meshi <[email protected]>
1 parent be70829 commit 3aa2694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documents/forJava/Javaコーディング規約.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ head:
15411541

15421542
## switchでのパターンマッチング
15431543

1544-
- `instanceof`ではなく`switch`文や式に拡張されたパターンマッチングで記載する。
1544+
- `instanceof`ではなく`switch`文や式に拡張されたパターンマッチングで記載する。
15451545

15461546
良い例:
15471547

0 commit comments

Comments
 (0)