Skip to content

Commit d0c9044

Browse files
authored
Limits doc: fix typo (gfx-rs#8914)
1 parent 6b5a416 commit d0c9044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-types/src/limits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ macro_rules! with_limits {
8585
/// - [`Limits::downlevel_defaults()`]. This is a set of limits that is guaranteed to work on almost
8686
/// all backends, including "downlevel" backends such as OpenGL and D3D11, other than WebGL. For
8787
/// most applications we recommend using these limits, assuming they are high enough for your
88-
/// application, and you do not intent to support WebGL.
88+
/// application, and you do not intend to support WebGL.
8989
/// - [`Limits::downlevel_webgl2_defaults()`] This is a set of limits that is lower even than the
9090
/// [`downlevel_defaults()`], configured to be low enough to support running in the browser using
9191
/// WebGL2.

0 commit comments

Comments
 (0)