From fdc74a61ded28ddc1692190e22e157f75de22b8b Mon Sep 17 00:00:00 2001 From: joshemb <josh@elixxir.io> Date: Mon, 10 Apr 2023 13:21:43 -0700 Subject: [PATCH] Add link to object in GoDocs comments --- wasm/dm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/dm.go b/wasm/dm.go index aeaa10d7..18df8ec8 100644 --- a/wasm/dm.go +++ b/wasm/dm.go @@ -582,7 +582,7 @@ func (dmc *DMClient) GetShareURL(_ js.Value, args []js.Value) any { return utils.CopyBytesToJS(urlReport) } -// DecodeDMShareURL decodes the user's URL into a DMUser. +// DecodeDMShareURL decodes the user's URL into a [DMUser]. // // Parameters: // - args[0] - The user's share URL. Should be received from another user or -- GitLab