Skip to content

Commit bc7bb08

Browse files
committed
colorspace: fix doc comment
1 parent c5b976e commit bc7bb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/colorspace.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ pub const Xyb = struct {
10721072
};
10731073
}
10741074

1075-
/// Converts the XYB color into an LMS color.
1075+
/// Converts the XYB color into an Oklab color.
10761076
pub fn toOklab(self: Xyb) Oklab {
10771077
return self.toLms().toOklab();
10781078
}

0 commit comments

Comments
 (0)