Skip to content

Commit 7adabac

Browse files
Fix clippy::doc_markdown lints
1 parent 6fe7a69 commit 7adabac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-graphics/src/event.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ bitflags! {
4747
///
4848
/// These constants are the virtual keycodes defined originally in
4949
/// Inside Mac Volume V, pg. V-191. They identify physical keys on a
50-
/// keyboard. The struct contains the values of the ANSIKeyCode,
51-
/// KeyCode, ISOKeyCode and JISKeyCode of the original Carbon headers.
50+
/// keyboard. The struct contains the values of the `ANSIKeyCode`,
51+
/// `KeyCode`, `ISOKeyCode` and `JISKeyCode` of the original Carbon headers.
5252
///
5353
/// Those constants with "ANSI" in the name are labeled
5454
/// according to the key position on an ANSI-standard US keyboard.

0 commit comments

Comments
 (0)