Skip to content

Commit

Permalink
Merge pull request #1482 from jasonrandrews/spelling
Browse files Browse the repository at this point in the history
spelling updates
  • Loading branch information
jasonrandrews authored Dec 30, 2024
2 parents 6ac8ab7 + ce412da commit 1f8993e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3312,7 +3312,6 @@ WGSL
WPR
WebGL
WebGPU
WebGPU’s
Xperf
andc
andnot
Expand Down Expand Up @@ -3352,7 +3351,6 @@ LastWriteTime
LiteRT
OV
Seeed
WebGPU’s
WiseEye
Yolov
blp
Expand Down Expand Up @@ -3400,7 +3398,6 @@ Preema
Roesch
Sourcefire
TPACKET
WebGPU’s
Whitepaper
YGCT
axion
Expand Down Expand Up @@ -3456,7 +3453,7 @@ TestOpenCV
TrustedFirmware
Veraison
WeatherForecast
WebGPUs
WebGPU's
Wiredtiger
androidml
ar
Expand Down Expand Up @@ -3510,4 +3507,5 @@ unutilized
vLLM
veraison
verifier
vllm
vllm
observables
3 changes: 1 addition & 2 deletions content/learning-paths/servers-and-cloud-computing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ tools_software_languages_filter:
- HammerDB: 1
- InnoDB: 1
- Intrinsics: 1
- JAVA: 1
- Java: 2
- Java: 3
- JAX: 1
- Kafka: 1
- Keras: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ operatingsystems:

tools_software_languages:
- Flink
- JAVA
- Java
- Nexmark


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ShaderModule shaderModule = device.createShaderModule(shaderDesc);

By default the `nextInChain` member of `ShaderModuleDescriptor` is a `nullptr`.

The `nextInChain` pointer is the entry point of WebGPUs extension mechanism. It is either null or pointing to a structure of type `WGPUChainedStruct`.
The `nextInChain` pointer is the entry point of WebGPU's extension mechanism. It is either null or pointing to a structure of type `WGPUChainedStruct`.

It may recursively have a next element (again, either null or pointing to a `WGPUChainedStruct`).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ camera-view = { group = "androidx.camera", name = "camera-view", version.ref = "

{{% notice Tip %}}

You may also click the __"Sync Project with Gradle Files"__ button in the toolbar or pressing the corresponding shorcut to start a sync.
You may also click the __"Sync Project with Gradle Files"__ button in the toolbar or pressing the corresponding shortcut to start a sync.

![Sync Project with Gradle Files](images/2/sync%20project%20with%20gradle%20files.png)
{{% /notice %}}
Expand Down

0 comments on commit 1f8993e

Please sign in to comment.