Skip to content

Commit f951378

Browse files
committed
Fix doc comment on UnknownEvent
1 parent 1aa9581 commit f951378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-protocol/src/input/unknown_event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};
22

33
use super::EventSource;
44

5-
/// A gamepad/controller event.
5+
/// An unknown event.
66
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone)]
77
#[serde(rename_all = "camelCase")]
88
pub struct UnknownEvent {

0 commit comments

Comments
 (0)