Skip to content

Commit c9e2373

Browse files
committed
Fix typo in "rely on an internal..."
1 parent c4a497b commit c9e2373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scalaShadowing/language.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ object language {
225225
* compilation units are allowed.
226226
*
227227
* '''Why control the feature?''' Ad-hoc extensions should usually be avoided
228-
* since they typically cannot reply on an "internal" contract between a class
228+
* since they typically cannot rely on an "internal" contract between a class
229229
* and its extensions. Only open classes need to specify such a contract.
230230
* Ad-hoc extensions might break for future versions of the extended class,
231231
* since the extended class is free to change its implementation without

0 commit comments

Comments
 (0)