From ec6670080a71835a54e28a0f5489b0fad5f4e531 Mon Sep 17 00:00:00 2001 From: Sean Dewar <6256228+seandewar@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:19:14 +0100 Subject: docs(eval): fix dict param type of mapset Match maparg's return type. --- runtime/doc/builtin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 70f8264605..a4061e7228 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -6090,7 +6090,7 @@ mapset({dict}) < Parameters: ~ - • {dict} (`boolean`) + • {dict} (`table`) Return: ~ (`any`) -- cgit