diff --git a/atspi-common/src/events/mod.rs b/atspi-common/src/events/mod.rs index 3b6e0913..32f4f94b 100644 --- a/atspi-common/src/events/mod.rs +++ b/atspi-common/src/events/mod.rs @@ -9,7 +9,7 @@ pub mod window; // Unmarshalled event body signatures: These outline the event specific deserialized event types. // Safety: These are evaluated at compile time. // ---- -// The signal signature "(so)" (an Accessible) is ambiguous, because it is used in: +// The signal signature "(so)" (`ObjectRef`) is ambiguous, because it is used in: // - Cache : RemoveAccessible // - Socket: Available *( signals the availability of the `Registry` daemon.) //