Skip to content

Commit b47284f

Browse files
committed
Fix doc comment
1 parent f79e3b4 commit b47284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-protocol/src/input/orientation_event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use super::EventSource;
77
pub struct OrientationEvent {
88
/// The client identifier.
99
pub source: EventSource,
10-
// /// Whether the device provides absolute orientation data.
10+
/// Whether the device provides absolute orientation data.
1111
pub absolute: Option<bool>,
1212
/// The motion of the device around the z-axis, in degrees from 0 (inclusive) to 360 (exclusive).
1313
pub alpha: Option<f64>,

0 commit comments

Comments
 (0)