Skip to content

Commit a401d2c

Browse files
authored
Merge pull request #27 from ProjectLighthouseCAU/fix-unknown-example-doc-comment
Fix doc comment on `UnknownEvent`
2 parents 3c5c15e + f951378 commit a401d2c

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)