Skip to content

Commit

Permalink
Fix typos in refs to adapter capability guarantees section (#5015)
Browse files Browse the repository at this point in the history
  • Loading branch information
tidoust authored Dec 10, 2024
1 parent b36b7cb commit 73a75f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ A <dfn dfn>feature</dfn> is a set of optional WebGPU functionality that is not s
on all implementations, typically due to hardware or system software constraints.

All [=features=] are optional, but [=adapters=] make some guarantees about their availability
(see [[#adapter capability guarantees]].
(see [[#adapter-capability-guarantees]]).

A [=device=] supports the exact set of features determined at creation (see [[#optional-capabilities]]).
API calls perform validation according to these features (not the [=adapter=]'s features):
Expand Down Expand Up @@ -1493,7 +1493,7 @@ generally only request better limits if they may actually require them.
Each limit has a <dfn dfn for=limit>default</dfn> value.

[=Adapters=] are always guaranteed to support the defaults or [=limit/better=]
(see [[#adapter capability guarantees]].
(see [[#adapter-capability-guarantees]]).

A [=device=] supports the exact set of limits determined at creation (see [[#optional-capabilities]]).
API calls perform validation according to these limits (not the [=adapter=]'s limits),
Expand Down

0 comments on commit 73a75f5

Please sign in to comment.