File tree 1 file changed +3
-3
lines changed
library/src/scalaShadowing
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ package scalaShadowing
28
28
*
29
29
* and, for dotty:
30
30
*
31
- * - [[Scala2 `Scala2`] backwards compatibility mode for Scala2
32
- * - [[noAtoTupling `noAutoTupling` ]] disable auto-tupling
31
+ * - [[Scala2 `Scala2` ]] backwards compatibility mode for Scala2
32
+ * - [[noAutoTupling `noAutoTupling` ]] disable auto-tupling
33
33
* - [[strictEquality `strictEquality` ]] enable strick equality
34
34
*
35
35
* @groupname production Language Features
@@ -225,7 +225,7 @@ object language {
225
225
* compilation units are allowed.
226
226
*
227
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
228
+ * since they typically cannot rely on an "internal" contract between a class
229
229
* and its extensions. Only open classes need to specify such a contract.
230
230
* Ad-hoc extensions might break for future versions of the extended class,
231
231
* since the extended class is free to change its implementation without
You can’t perform that action at this time.
0 commit comments