소스 검색

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