We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a497b commit c9e2373Copy full SHA for c9e2373
library/src/scalaShadowing/language.scala
@@ -225,7 +225,7 @@ object language {
225
* compilation units are allowed.
226
*
227
* '''Why control the feature?''' Ad-hoc extensions should usually be avoided
228
- * since they typically cannot reply on an "internal" contract between a class
+ * since they typically cannot rely on an "internal" contract between a class
229
* and its extensions. Only open classes need to specify such a contract.
230
* Ad-hoc extensions might break for future versions of the extended class,
231
* since the extended class is free to change its implementation without
0 commit comments