From beef5422308d894befd3a4b6bf5bd2e9cc31c6ae Mon Sep 17 00:00:00 2001 From: Oluwatobi Sofela <60105594+oluwatobiss@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:34:48 +0100 Subject: [PATCH] rustdoc: Convert url text to anchor link --- components/script/dom/gpudevice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/script/dom/gpudevice.rs b/components/script/dom/gpudevice.rs index a1a3dc8d619d..6c624c1f1b88 100644 --- a/components/script/dom/gpudevice.rs +++ b/components/script/dom/gpudevice.rs @@ -748,7 +748,7 @@ impl GPUDeviceMethods for GPUDevice { promise } - /// https://gpuweb.github.io/gpuweb/#dom-gpudevice-createcommandencoder + /// fn CreateCommandEncoder( &self, descriptor: &GPUCommandEncoderDescriptor,