bad grammer

This commit is contained in:
2026-05-12 23:10:12 +02:00
parent 09266e678f
commit 8d45a93e6e

View File

@@ -99,8 +99,8 @@ const Marker = enum(u8) {
return if (@intFromEnum(self) & 0b1111_0000 == 0xE0) @intCast(@intFromEnum(self) & 0b0000_1111) else null;
}
/// A standalone marker has no content and are not followed by segment
/// length parameter.
/// A standalone marker has no content and is not followed by segment length
/// parameter.
pub fn isStandalone(self: Marker) bool {
return self.isRST() != null or
self == .SOI or