Skip to content

Commit

Permalink
Update documentation for kind-of
Browse files Browse the repository at this point in the history
This commit updates the documentation of the builtin kind-of function to include the word "type", so it's easier to find for people that are looking for it.
  • Loading branch information
dann-merlin authored Jul 6, 2024
1 parent 536f2c1 commit a5bcbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eval/builtin_fn_misc.d.elv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# [assembly languages](https://en.wikipedia.org/wiki/NOP).
fn nop {|&any-opt= @value| }

# Output the kinds of `$value`s. Example:
# Output the kinds of `$value`s (also known as the _type_). Example:
#
# ```elvish-transcript
# ~> kind-of lorem [] [&]
Expand Down

0 comments on commit a5bcbc6

Please sign in to comment.