commit | 1cd31a4501c48dbeae272de7394fa39ede7b10dd | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Jun 13 20:46:23 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Jun 13 20:46:23 2024 +0200 |
tree | d3b6eac2b96e5fbfe326935273475e636bc6225a | |
parent | 4225f28855c5d3023662b3a90a70b22caf9b6ade [diff] [blame] |
runtime(doc): update return type for job_info() related: #14982 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt index ece06af..f294679 100644 --- a/runtime/doc/channel.txt +++ b/runtime/doc/channel.txt
@@ -956,7 +956,7 @@ 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