File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
14
14
15
15
### Changed
16
16
* ** BREAKING** : Removed the following helper traits in favor of inherent
17
- methods on the object itself :
17
+ methods on the objects themselves :
18
18
- ` INSMutableArray `
19
19
- ` INSArray `
20
20
- ` INSMutableData `
@@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
24
24
- ` INSValue `
25
25
- ` INSObject `
26
26
27
- This is possible because objects now deref to their superclasses.
27
+ This changed because objects now deref to their superclasses.
28
28
* ** BREAKING** : Relaxed a lot of bounds from ` INSObject ` to ` Message ` . At some
29
29
point in the future a new trait will be introduced which remedies this
30
30
change.
You can’t perform that action at this time.
0 commit comments