From bb3387de17953ea1f0558f5f9863b0cd6c59d48c Mon Sep 17 00:00:00 2001 From: apeltop Date: Fri, 25 Mar 2022 08:36:30 +0900 Subject: chore(ext): fix typo in ext/webgpu, ext/fetch (#14106) --- ext/webgpu/02_idl_types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/webgpu') diff --git a/ext/webgpu/02_idl_types.js b/ext/webgpu/02_idl_types.js index dd19f4027..0dd8c00f9 100644 --- a/ext/webgpu/02_idl_types.js +++ b/ext/webgpu/02_idl_types.js @@ -41,7 +41,7 @@ } = window.__bootstrap.webgpu; const { SymbolIterator, TypeError } = window.__bootstrap.primordials; - // This needs to be initalized after all of the base classes are implmented, + // This needs to be initialized after all of the base classes are implemented, // otherwise their converters might not be available yet. // DICTIONARY: GPUObjectDescriptorBase const dictMembersGPUObjectDescriptorBase = [ -- cgit v1.2.3