Skip to content

Commit

Permalink
More broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
fleabitdev committed Jan 2, 2021
1 parent 9d34b28 commit 01e4e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/input/std/objects-and-classes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,8 @@ text = ""
toplevel constant which stores a [callable](callable-p) value.
If the receiver is an RData, `name` must be the exact name of one of the methods which
was registered using the [`rdata!`](https://docs.rs/glsp/*/glsp/macro.rdata.html) macro.
was registered using the
[`RClassBuilder`](https://docs.rs/glsp/*/glsp/struct.RClassBuilder.html).
`call-met` supports the `?` special syntax. When the method `name` doesn't actually
exist, `(call-met (? name) rcv ...)` will succeed and return `#n`.
Expand Down

0 comments on commit 01e4e35

Please sign in to comment.