From a5bcbc6dab49737bfa4165f0142dfe52bb128e22 Mon Sep 17 00:00:00 2001 From: dann-merlin <55287004+dann-merlin@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:52:29 +0200 Subject: [PATCH] Update documentation for kind-of 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. --- pkg/eval/builtin_fn_misc.d.elv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/eval/builtin_fn_misc.d.elv b/pkg/eval/builtin_fn_misc.d.elv index 09ea331f2..ffd0b1de3 100644 --- a/pkg/eval/builtin_fn_misc.d.elv +++ b/pkg/eval/builtin_fn_misc.d.elv @@ -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 [] [&]