From e535e89708445a46b8fe843fa7c3e03af7784ccf Mon Sep 17 00:00:00 2001 From: Mathieu TUDISCO Date: Fri, 17 Jan 2020 00:34:12 +0100 Subject: [PATCH] Fix typo --- src/Codec/TimestampFirstCombCodec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Codec/TimestampFirstCombCodec.php b/src/Codec/TimestampFirstCombCodec.php index 270a1e7..9d13af7 100644 --- a/src/Codec/TimestampFirstCombCodec.php +++ b/src/Codec/TimestampFirstCombCodec.php @@ -17,7 +17,7 @@ use Ramsey\Uuid\Exception\InvalidUuidStringException; use Ramsey\Uuid\UuidInterface; /** - * TimestampLastCombCodec encodes and decodes COMB UUIDs which have the timestamp as the first 48 bits. + * TimestampFirstCombCodec encodes and decodes COMB UUIDs which have the timestamp as the first 48 bits. * To be used with MySQL, PostgreSQL, Oracle. */ class TimestampFirstCombCodec extends StringCodec