mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +00:00
use INSPECT_INSPECT_ABILITY instead of INSPECT_INSPECT
This commit is contained in:
parent
6eedd08e5a
commit
82cda1965c
4 changed files with 7 additions and 4 deletions
|
|
@ -9798,7 +9798,7 @@ In roc, functions are always written as a lambda, like{}
|
|||
|
||||
Only builtin abilities can be derived.
|
||||
|
||||
Note: The builtin abilities are `Encoding`, `Decoding`, `Hash`, `Eq`
|
||||
Note: The builtin abilities are `Encoding`, `Decoding`, `Hash`, `Eq`, `Inspect`
|
||||
"###
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue