We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2fdb0 commit 8a9c0faCopy full SHA for 8a9c0fa
src/rust/oiio-sys/src/typedesc.rs
@@ -125,9 +125,9 @@ mod ffi {
125
/// indicates an `int[7]` representing the standard
126
/// 28-byte encoding of an SMPTE keycode.
127
KEYCODE = 6,
128
- /// A VEC2 representing a rational number `val[0] / val[1]`
+ /// A `VEC2` representing a rational number `val[0] / val[1]`
129
RATIONAL = 7,
130
- /// A VEC2[2] or VEC3[2] that represents a 2D or 3D bounds (min/max)
+ /// A `VEC2[2]` or `VEC3[2]` that represents a 2D or 3D bounds (min/max)
131
BOX = 8,
132
}
133
0 commit comments