Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zmian committed Feb 1, 2024
1 parent 209f184 commit 6c1fbf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import Foundation
///
/// /// A property indicating the date when the timer was paused.
/// var pauseDate: Date? {
/// get { associatedObject(AssociatedKey.pauseDate) }
/// set { setAssociatedObject(AssociatedKey.pauseDate, value: newValue) }
/// get { associatedObject(&AssociatedKey.pauseDate) }
/// set { setAssociatedObject(&AssociatedKey.pauseDate, value: newValue) }
/// }
/// }
/// ```
Expand Down

0 comments on commit 6c1fbf9

Please sign in to comment.