diff options
author | apeltop <psycho3081@gmail.com> | 2022-03-25 08:36:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 00:36:30 +0100 |
commit | bb3387de17953ea1f0558f5f9863b0cd6c59d48c (patch) | |
tree | c14388a31e001030d01625d01ebb4e7552402a0c /ext/webgpu | |
parent | eb4daafc51a2a9f4fba9702b9afcda5bbab4e6bd (diff) |
chore(ext): fix typo in ext/webgpu, ext/fetch (#14106)
Diffstat (limited to 'ext/webgpu')
-rw-r--r-- | ext/webgpu/02_idl_types.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |