diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-09-29 06:21:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 22:21:08 +0200 |
commit | cfbcb3b6132f1fc1eab6a3d4b2a926c6061829b5 (patch) | |
tree | 64bffd219364a860ad93ba7fe578fc6230de33be /cli/tests/integration/lsp_tests.rs | |
parent | e2828ad762034a0e8d38387d4e5d38cafa409f13 (diff) |
chore: improve JSDoc for built-in APIs (#16048)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r-- | cli/tests/integration/lsp_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index d49a8a814..1bc06991b 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -1360,7 +1360,7 @@ fn lsp_hover_unstable_enabled() { "language":"typescript", "value":"const Deno.ppid: number" }, - "The pid of the current process's parent.", + "The process ID of parent process of this instance of the Deno CLI.\n\n```ts\nconsole.log(Deno.ppid);\n```", "\n\n*@category* - Runtime Environment", ], "range":{ |