summaryrefslogtreecommitdiff
path: root/ext/net/lib.deno_net.d.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-12-10 11:05:50 +1100
committerGitHub <noreply@github.com>2021-12-10 11:05:50 +1100
commit616ff1d482894f5742463b89fbc8496196c82a64 (patch)
treec7c899e596e31ef43b544a695a5a3226ac13eb52 /ext/net/lib.deno_net.d.ts
parent0129c74fd9764fe8e6c15174b2b3cace6797e52d (diff)
chore: place `@deprecated` tag after documentation block (#13037)
Diffstat (limited to 'ext/net/lib.deno_net.d.ts')
-rw-r--r--ext/net/lib.deno_net.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/net/lib.deno_net.d.ts b/ext/net/lib.deno_net.d.ts
index accf01f96..916bcba77 100644
--- a/ext/net/lib.deno_net.d.ts
+++ b/ext/net/lib.deno_net.d.ts
@@ -139,10 +139,10 @@ declare namespace Deno {
* If not specified, defaults to `127.0.0.1`. */
hostname?: string;
/**
+ * Server certificate file.
+ *
* @deprecated This option is deprecated and will be removed in a future
* release.
- *
- * Server certificate file.
*/
certFile?: string;
/** A list of root certificates that will be used in addition to the