Skip to content

Commit

Permalink
s/wgsl/WGSL
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored and greggman committed Jan 3, 2024
1 parent 7f6c268 commit ed96690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class WorkerHelper {
async function checkMisc({haveFallback}) {
const body = document.body;

body.appendChild(createHeading('h2', '-', 'wgsl language features:'));
body.appendChild(createHeading('h2', '-', 'WGSL language features:'));

appendElem(body, 'table', { className: 'misc' }, [
el('tbody', {}, [
Expand Down

0 comments on commit ed96690

Please sign in to comment.