From fab26605926c15ddeceec0f987558e8b0e15bde8 Mon Sep 17 00:00:00 2001 From: Rav <61087915+username-not-known@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:45:09 +0200 Subject: [PATCH] Fix minor grammatical error in the-adapter.md Corrected the phrase 'as a mean to' to 'as a means to' for grammatical accuracy. --- getting-started/adapter-and-device/the-adapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/adapter-and-device/the-adapter.md b/getting-started/adapter-and-device/the-adapter.md index c659874..0c37aa2 100644 --- a/getting-started/adapter-and-device/the-adapter.md +++ b/getting-started/adapter-and-device/the-adapter.md @@ -86,7 +86,7 @@ typedef void (*WGPURequestAdapterCallback)( The callback is a **function** that receives the **requested adapter** as an argument, together with **status** information (that tells whether the request failed and why), as well as this mysterious `userdata` **pointer**. -This `userdata` pointer can be anything, it is not interpreted by WebGPU, but only **forwarded** from the initial call to `wgpuInstanceRequestAdapter` to the callback, as a mean to **share some context information**: +This `userdata` pointer can be anything, it is not interpreted by WebGPU, but only **forwarded** from the initial call to `wgpuInstanceRequestAdapter` to the callback, as a means to **share some context information**: ```C++ void onAdapterRequestEnded(