Skip to content

Commit 4f3e15a

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

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
@@ -41,7 +41,7 @@ In order for a scaladoc searchbar query to be searched using Inkuire instead of
4141

4242
Accepted input is similar to a curried function signature in Scala 3. With some differences:
4343
- AndTypes, OrTypes and Functions have to be enclosed in parentheses e.g. `(Int & Any) => String`
44-
- static fields and static functions that don't take parameters can be found by their type preceded with `=>` e.g. `=> Int`
44+
- fields and parameterless methods can be found by preceding their type with `=>`, e.g., `=> Int`
4545
- A wildcard `_` can be used to indicate that we want to match any type in a given place e.g. `Long => Double => _`
4646
- Types in the form of single letter e.g. `A` or a letter with a digit `X1` are automatically assumed to be type variables
4747
- Other type variables can be declared just like in polymorphic functions e.g. `[AVariable, AlsoAVariable] => AVariable => AlsoAVariable => AVariable`

0 commit comments

Comments
 (0)