Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Sep 8, 2024
1 parent b8a696f commit 4979baa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/observer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ impl Drop for ObserverLayer {
}

impl ObserverLayer {
/// The context pointer, to differentiate between
/// The context pointer, to differentiate between key-value observing registered by this class,
/// and the superclass.
fn context() -> *mut c_void {
ObserverLayer::class() as *const AnyClass as *mut c_void
}
Expand Down

0 comments on commit 4979baa

Please sign in to comment.