]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): update return type for job_info()
authorChristian Brabandt <cb@256bit.org>
Thu, 13 Jun 2024 18:46:23 +0000 (20:46 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 13 Jun 2024 18:46:23 +0000 (20:46 +0200)
related: #14982

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/channel.txt

index ece06af5ba7c86a51131666e5b8b3b4473ade48f..f2946795514d8119c79a3427461aaf445594e834 100644 (file)
@@ -956,7 +956,7 @@ job_info([{job}])                                   *job_info()*
                Can also be used as a |method|: >
                        GetJob()->job_info()
 <
-               Return type: dict<any> or list<any> depending on whether {job}
+               Return type: dict<any> or list<job> depending on whether {job}
                was given