From 36d9ab8b283dc18863ee0515acf5fafb2a84f458 Mon Sep 17 00:00:00 2001 From: Oluwatobi Sofela <60105594+oluwatobiss@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:48:09 +0100 Subject: [PATCH] rustdoc: Convert url text to anchor link (#31755) --- 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 a1a3dc8d619..6c624c1f1b8 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,