Skip to content

Commit ca165c3

Browse files
committed
Added navigation to the new page
1 parent 54ed6a8 commit ca165c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Imperat/Suggestion Resolver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Check [Annotations Command API](command-api/Annotations%20Command%20API.md) sect
8585
### Per type
8686
Moreover, you can also register suggestions per type of parameter
8787
through registering a `ParameterType` for the required type.
88-
Navigate to
88+
Navigate to [Parameter Types](Parameter-Type.md) for more details.
8989

9090
## Summary
9191
so when the user tab-completes an argument, the auto-completer checks first if the parameter has a personal **(a.k.a Per parameter)** `SuggestionResolver`, if so it uses it for it's suggestions, otherwise it will fall back to the general one **(a.k.a Per type)**.

0 commit comments

Comments
 (0)