Skip to content

Commit e3dbfc2

Browse files
author
Martin Braunsperger
committed
Fix docs
1 parent 6eb39ca commit e3dbfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub enum AccessibleObjectId {
156156
NativeObjectModel = -16,
157157
/// The window's menu bar.
158158
Menu = -3,
159-
/// An object identifier that [`Oleacc.dll`] uses internally.
159+
/// An object identifier that `Oleacc.dll` uses internally.
160160
/// For more information, see [Appendix F: Object Identifier Values for OBJID_QUERYCLASSNAMEIDX`](https://docs.microsoft.com/en-us/windows/win32/winauto/appendix-f--object-identifier-values-for-objid-queryclassnameidx).
161161
QueryClassNameIdx = -12,
162162
/// The window's size grip: an optional frame component located at the lower-right corner of the window frame.

0 commit comments

Comments
 (0)