From a99f8cec56c742c56ab0347687abae4944850704 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 21 Nov 2024 19:43:20 +0900 Subject: [PATCH] docs: update api_json.rst (#7318) --- docs/details/integration/bindings/api_json.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/details/integration/bindings/api_json.rst b/docs/details/integration/bindings/api_json.rst index a15167f60..9c4dd2b39 100644 --- a/docs/details/integration/bindings/api_json.rst +++ b/docs/details/integration/bindings/api_json.rst @@ -105,7 +105,7 @@ The different "json_types" are as follows: - ``"name"``: The name of the function pointer. - ``"type"``: This contains the return type information for the function pointer. - ``"docstring"``: you should know what this is. - - ``"args"``: array of ``"arg"`` Widgets. This describes the fuction arguments/parameters. + - ``"args"``: array of ``"arg"`` Widgets. This describes the function arguments/parameters. - ``"quals"``: array of qualifiers, IE "const" @@ -213,7 +213,7 @@ The different "json_types" are as follows: - ``"name"``: The name of the function. - ``"type"``: This contains the type information for the return value. - ``"docstring"``: you should know what this is. - - ``"args"``: array of ``"arg"`` json types. This describes the fuction arguments/parameters. + - ``"args"``: array of ``"arg"`` json types. This describes the function arguments/parameters. - ``"stdlib_type"``: This is a base type, meaning that there are no more