Skip to content

Commit

Permalink
Removes extra closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ibesora authored and toji committed Nov 9, 2022
1 parent a45a9be commit 482a2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion img-textures.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function webGPUTextureFromImageElement(gpuDevice, imgElement) {
});
imgElement.addEventListener('error', reject);
});
});
};
}
```

Expand Down

0 comments on commit 482a2c8

Please sign in to comment.