Browse Source

sokol_gfx.h: fix doc typo

Andre Weissflog 2 years ago
parent
commit
12a0f82df4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sokol_gfx.h

+ 1 - 1
sokol_gfx.h

@@ -568,7 +568,7 @@
             .depth_stencil_attachment.image = depth_img,
         });
 
-    One a pass object defines a resolve image in a specific resolve attachment slot,
+    If a pass object defines a resolve image in a specific resolve attachment slot,
     an 'msaa resolve operation' will happen in sg_end_pass().
 
     In this scenario, the content of the MSAA color attachment doesn't need to be