From bd97bb181e9794aaa711036c22e0c984421629a9 Mon Sep 17 00:00:00 2001 From: Zen <33997311+zenitopires@users.noreply.github.com> Date: Sun, 1 May 2022 17:30:44 -0400 Subject: [PATCH] Update lib.rs --- wgpu-types/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index 8b25e3c74b..dc9e0f0d92 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -581,7 +581,7 @@ impl Features { /// Represents the sets of limits an adapter/device supports. /// /// We provide three different defaults. -/// - [`Limits::downlevel_defaults()`]. This is a set of limits that is guarenteed to work on almost +/// - [`Limits::downlevel_defaults()`]. This is a set of limits that is guaranteed to work on almost /// all backends, including "downlevel" backends such as OpenGL and D3D11, other than WebGL. For /// most applications we recommend using these limits, assuming they are high enough for your /// application, and you do not intent to support WebGL.