Skip to content

Commit 9025eab

Browse files
authored
Modify a comment of enum's method more correctly (#34)
1 parent 2ba0326 commit 9025eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/enumerations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ enum Suit implements Colorful
345345
};
346346
}
347347
348-
// インターフェイスの一部ではないので、正しいコード
348+
// インターフェイスの一部ではないが、正しいコード
349349
public function shape(): string
350350
{
351351
return "Rectangle";

0 commit comments

Comments
 (0)