Skip to content

Commit 682042e

Browse files
committed
Lints
1 parent aafae53 commit 682042e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/store/re_types/definitions/rerun/datatypes/channel_datatype.fbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ enum ChannelDatatype: ubyte (
4949

5050
// Reserve 14-31 for wider or non-power-of-2 integer types.
5151

52-
// Reserve 32 for the possibillity of F8.
52+
// Reserve 32 for the possibility of F8.
5353

5454
/// 16-bit IEEE-754 floating point, also known as `half`.
5555
F16 = 33,

crates/store/re_types/definitions/rerun/datatypes/pixel_format.fbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum PixelFormat: ubyte (
1919

2020
// Given lack of a universal standard, the values of the enums are arbitrarily chosen to match
2121
// 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
2323
//
2424
// However, this is not a strict requirement and implementations should not depend on this
2525
// this fact. It merely exists to minimizes to take advantage of the thought that went into

0 commit comments

Comments
 (0)