diff options
Diffstat (limited to 'doc/zh-tw/config.md')
-rw-r--r-- | doc/zh-tw/config.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md index c5d16ebf..eae28d50 100644 --- a/doc/zh-tw/config.md +++ b/doc/zh-tw/config.md @@ -510,7 +510,7 @@ string # hint.await -**Missing description!!** +If the called function is marked `---@async`, prompt `await` at the call. ## type @@ -628,7 +628,8 @@ integer # hover.expandAlias -**Missing description!!** +Whether to expand the alias. For example, expands `---@alias myType boolean|number` appears as `boolean|number`, otherwise it appears as `myType'. + ## type |