We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ceff6 commit c41b651Copy full SHA for c41b651
_overviews/scala3-scaladoc/inkuire.md
@@ -11,7 +11,7 @@ Searching for functions by their symbolic names can be time-consuming.
11
That is why the new scaladoc allows searching for methods and fields by their types.
12
13
14
-So, for a declatation:
+Consider the following extension method definition:
15
```
16
extension [T](arr: IArray[T]) def span(p: T => Boolean): (IArray[T], IArray[T]) = ...
17
0 commit comments