Skip to content

Commit beebad1

Browse files
committed
cs in README.md
1 parent 867453f commit beebad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ be unserialized **before** it will be instantiated normally.
212212
use EnumSerializableTrait;
213213

214214
const NORTH = 'n';
215-
const EAST = 'e';
216-
const WEST = 'w';
215+
const EAST = 'e';
216+
const WEST = 'w';
217217
const SOUTH = 's';
218218
}
219219

0 commit comments

Comments
 (0)