Skip to content

Commit 88856f7

Browse files
committed
Fix code formatting
1 parent e3066f8 commit 88856f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ advised against using.
112112

113113
**Implementation details:**
114114

115-
Renamed `SourceChecker.processArg()' to `processErrorMessageArg()`.
115+
Renamed `SourceChecker.processArg()` to `processErrorMessageArg()`.
116116

117117
**Closed issues:**
118118

@@ -137,7 +137,7 @@ to be written on a non-integral type.
137137
* `isSubtype()` has been renamed to `isSubypeQualifiers()` and made protected.
138138
Clients that are not in a qualifier hierarchy should call `isSubtypeShallow()`
139139
or, rarely, new method `isSubtypeQualifiersOnly()`.
140-
* New public method `isSubtypeShallow()' that takes two more arguments than
140+
* New public method `isSubtypeShallow()` that takes two more arguments than
141141
`isSubypeQualifiers()`.
142142
* Similar changes to `greatestLowerBound()` and `leastUpperBound()`.
143143

0 commit comments

Comments
 (0)