From 692375e0fcec3810e6798f89cabe946cc0f0948d Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 3 Aug 2020 22:27:34 +1000 Subject: [PATCH] jsdoc: Update domain name --- jsdoc.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jsdoc.md b/jsdoc.md index abbd3c006..6171f0cc3 100644 --- a/jsdoc.md +++ b/jsdoc.md @@ -25,7 +25,7 @@ function foo(n) { } ``` -See: +See: ### Types @@ -40,7 +40,7 @@ See: | `@param {string[]} n` | Array of strings | | `@return {Promise} n` | Promise fulfilled by array of strings | -See: +See: ### Variables @@ -79,7 +79,7 @@ const FOO = 1 function play(song) {} ``` -See: +See: ### Typedef Shorthand @@ -103,7 +103,7 @@ See: function play(song) {} ``` -See: +See: ### Importing types @@ -146,4 +146,4 @@ See the full list: */ ``` -Prefer `alias` over `name`. See: +Prefer `alias` over `name`. See: