diff --git a/src/webgpu/compat/api/validation/createBindGroupLayout_limits.spec.ts b/src/webgpu/compat/api/validation/createBindGroupLayout_limits.spec.ts index 7f8fabc5ec6..deffbfb51de 100644 --- a/src/webgpu/compat/api/validation/createBindGroupLayout_limits.spec.ts +++ b/src/webgpu/compat/api/validation/createBindGroupLayout_limits.spec.ts @@ -1,5 +1,5 @@ export const description = ` -Tests that, in compat mode, you can not create a bind group layout with with +Tests that, in compat mode, you cannot create a bind group layout with more than the max in stage limit even if the per stage limit is higher. `;