changeset 35399:8e023cd41733

runtime(doc): update return type for job_info() Commit: https://github.com/vim/vim/commit/1cd31a4501c48dbeae272de7394fa39ede7b10dd Author: Christian Brabandt <cb@256bit.org> Date: Thu Jun 13 20:46:23 2024 +0200 runtime(doc): update return type for job_info() related: https://github.com/vim/vim/issues/14982 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 13 Jun 2024 21:00:02 +0200
parents d1b878fce76f
children 022f3d5af451
files runtime/doc/channel.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -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