Skip to content

Commit b54d1aa

Browse files
robstollb-studios
authored andcommitted
[doc] link @TargetNAME
1 parent e136436 commit b54d1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/scala-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ At a “sea level” view of the details---i.e., the language features programme
332332
- Export clauses provide a simple and general way to express aggregation, which can replace the previous facade pattern of package objects inheriting from classes
333333
- The procedure syntax has been dropped, and the varargs syntax has been changed, both to make the language more consistent
334334
- The `@infix` annotation makes it obvious how you want a method to be applied
335-
- The `@targetName` method annotation defines an alternate name for the method, improving Java interoperability, and letting you provide aliases for symbolic operators
335+
- The [`@targetName`]({{ site.scala3ref }}/other-new-features/targetName.html) method annotation defines an alternate name for the method, improving Java interoperability, and letting you provide aliases for symbolic operators
336336

337337
It would take too much space to demonstrate all of those features here, but follow the links in the items above to see those features in action.
338338
All of these features are discussed in detail in the *New*, *Changed*, and *Dropped* features pages in the [Overview documentation][reference].

0 commit comments

Comments
 (0)