Skip to content

Commit c41b651

Browse files
Update _overviews/scala3-scaladoc/inkuire.md
Co-authored-by: Julien Richard-Foy <julien@richard-foy.fr>
1 parent e0ceff6 commit c41b651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-scaladoc/inkuire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Searching for functions by their symbolic names can be time-consuming.
1111
That is why the new scaladoc allows searching for methods and fields by their types.
1212

1313

14-
So, for a declatation:
14+
Consider the following extension method definition:
1515
```
1616
extension [T](arr: IArray[T]) def span(p: T => Boolean): (IArray[T], IArray[T]) = ...
1717
```

0 commit comments

Comments
 (0)