Commit 682042e 1 parent aafae53 commit 682042e Copy full SHA for 682042e
File tree 2 files changed +2
-2
lines changed
crates/store/re_types/definitions/rerun/datatypes
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ enum ChannelDatatype: ubyte (
49
49
50
50
// Reserve 14-31 for wider or non-power-of-2 integer types.
51
51
52
- // Reserve 32 for the possibillity of F8.
52
+ // Reserve 32 for the possibility of F8.
53
53
54
54
/// 16-bit IEEE-754 floating point, also known as `half`.
55
55
F16 = 33,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ enum PixelFormat: ubyte (
19
19
20
20
// Given lack of a universal standard, the values of the enums are arbitrarily chosen to match
21
21
// those from the `predefined pixel format` portion of the `Frame` class in the Ocean library:
22
- // https://github.com/facebookresearch/ocean/blob/main /impl/ocean/base/Frame.h#L182
22
+ // https://github.com/facebookresearch/ocean/blob/1112f6101077c97a72a1d750e62dbff3ff01bd72 /impl/ocean/base/Frame.h#L182
23
23
//
24
24
// However, this is not a strict requirement and implementations should not depend on this
25
25
// this fact. It merely exists to minimizes to take advantage of the thought that went into
You can’t perform that action at this time.
0 commit comments