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,