Skip to content

Commit 1f18dac

Browse files
authored
doc(overview): link directly to given-imports
1 parent 83cc581 commit 1f18dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Value classes (superseded by opaque type aliases) are a special case. There are
5555
These constructs are restricted to make the language safer.
5656

5757
- [Implicit Conversions](contextual/conversions.md): there is only one way to define implicit conversions instead of many, and potentially surprising implicit conversions require a language import.
58-
- [Given Imports](contextual/import-delegate.md): implicits now require a special form of import, to make the import clearly visible.
58+
- [Given Imports](contextual/given-imports.md): implicits now require a special form of import, to make the import clearly visible.
5959
- [Type Projection](dropped-features/type-projection.md): only classes can be used as prefix `C` of a type projection `C#A`. Type projection on abstract types is no longer supported since it is unsound.
6060
- [Multiversal Equality](contextual/multiversal-equality.md) implements an "opt-in" scheme to rule out nonsensical comparisons with `==` and `!=`.
6161
- [@infix and @alpha](https://github.com/lampepfl/dotty/pull/5975)

0 commit comments

Comments
 (0)