diff options
Diffstat (limited to 'cli/lsp/urls.rs')
-rw-r--r-- | cli/lsp/urls.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/urls.rs b/cli/lsp/urls.rs index 52876157a..0987b51c4 100644 --- a/cli/lsp/urls.rs +++ b/cli/lsp/urls.rs @@ -20,7 +20,7 @@ lazy_static::lazy_static! { /// Matches the `encodeURIComponent()` encoding from JavaScript, which matches /// the component percent encoding set. /// -/// See: https://url.spec.whatwg.org/#component-percent-encode-set +/// See: <https://url.spec.whatwg.org/#component-percent-encode-set> /// // TODO(@kitsonk) - refactor when #9934 is landed. const COMPONENT: &percent_encoding::AsciiSet = &percent_encoding::CONTROLS |