summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-06-13 20:46:23 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-13 20:46:23 +0200
commit1cd31a4501c48dbeae272de7394fa39ede7b10dd (patch)
treed3b6eac2b96e5fbfe326935273475e636bc6225a
parent4225f28855c5d3023662b3a90a70b22caf9b6ade (diff)
runtime(doc): update return type for job_info()
related: #14982 Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--runtime/doc/channel.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index ece06af5ba..f294679551 100644
--- 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