浏览代码

fix changelog typo

Andre Weissflog 3 月之前
父节点
当前提交
a3d4d044e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -30,7 +30,7 @@ from other languages but are overkill both for usage from C and WASM.
 
 At a later point I might implement my own WebGPU JS shim as alternative to
 `emdawnwebgpu` which would do some things more efficiently and with less code,
-but the cost of `<webgpu/webgpu.h>` compatibility, but currently that's not a
+but at the cost of `<webgpu/webgpu.h>` compatibility, but currently that's not a
 high priority.
 
 PR: https://github.com/floooh/sokol/pull/1283