@@ -115,21 +115,21 @@ final public class Footprint : @unchecked Sendable {
115
115
/// Notification name sent when the Footprint.Memory.state and/or
116
116
/// Footprint.Memory.pressure changes.
117
117
///
118
- /// The notification userInfo dict will contain they `.oldMemoryKey`,
119
- /// .newMemoryKey` and `.changesKey` keys.
118
+ /// The notification userInfo dict will contain the `.oldMemoryKey`,
119
+ /// ` .newMemoryKey` and `.changesKey` keys.
120
120
public static let memoryDidChangeNotification : NSNotification . Name = NSNotification . Name ( " FootprintMemoryDidChangeNotification " )
121
121
122
122
/// Key for the previous value of the memory state in the the
123
123
/// `.stateDidChangeNotification` userInfo object.
124
- /// Type is `Footprint.Memory`.
124
+ /// Value type is `Footprint.Memory`.
125
125
public static let oldMemoryKey : String = " oldMemory "
126
126
127
- /// Key for the new value of the memory statein the the `.stateDidChangeNotification`
128
- /// userInfo object. Type is `Footprint.Memory`.
127
+ /// Key for the new value of the memory state in the the `.stateDidChangeNotification`
128
+ /// userInfo object. Value type is `Footprint.Memory`.
129
129
public static let newMemoryKey : String = " newMemory "
130
130
131
131
/// Key for the changes of the memory in the the `.stateDidChangeNotification`
132
- /// userInfo object. Type is `Set<ChangeType>`
132
+ /// userInfo object. Value type is `Set<ChangeType>`
133
133
public static let changesKey : String = " changes "
134
134
135
135
/// Types of changes possible
0 commit comments