Skip to content

Fix typos in language.scala #8167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions library/src/scalaShadowing/language.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ package scalaShadowing
*
* and, for dotty:
*
* - [[Scala2 `Scala2`] backwards compatibility mode for Scala2
* - [[noAtoTupling `noAutoTupling`]] disable auto-tupling
* - [[Scala2 `Scala2`]] backwards compatibility mode for Scala2
* - [[noAutoTupling `noAutoTupling`]] disable auto-tupling
* - [[strictEquality `strictEquality`]] enable strick equality
*
* @groupname production Language Features
Expand Down Expand Up @@ -225,7 +225,7 @@ object language {
* compilation units are allowed.
*
* '''Why control the feature?''' Ad-hoc extensions should usually be avoided
* since they typically cannot reply on an "internal" contract between a class
* since they typically cannot rely on an "internal" contract between a class
* and its extensions. Only open classes need to specify such a contract.
* Ad-hoc extensions might break for future versions of the extended class,
* since the extended class is free to change its implementation without
Expand Down