Skip to content

Commit 8a9c0fa

Browse files
committed
Small docstring update
Signed-off-by: Scott Wilson <scott@propersquid.com>
1 parent 3d2fdb0 commit 8a9c0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rust/oiio-sys/src/typedesc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ mod ffi {
125125
/// indicates an `int[7]` representing the standard
126126
/// 28-byte encoding of an SMPTE keycode.
127127
KEYCODE = 6,
128-
/// A VEC2 representing a rational number `val[0] / val[1]`
128+
/// A `VEC2` representing a rational number `val[0] / val[1]`
129129
RATIONAL = 7,
130-
/// A VEC2[2] or VEC3[2] that represents a 2D or 3D bounds (min/max)
130+
/// A `VEC2[2]` or `VEC3[2]` that represents a 2D or 3D bounds (min/max)
131131
BOX = 8,
132132
}
133133

0 commit comments

Comments
 (0)