Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/1.3/reference/structure/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ instance of `Callable`):
### Callable type

The *callable type* of a function expresses, in terms of the
[`Callable`](#{site.urls.apidoc_1_3}/Anything.type.html) interface, is the
[`Callable`](#{site.urls.apidoc_1_3}/Callable.type.html) interface, is the
function's return type and parameter types. For example, the callable type
of:

Expand Down