diff --git a/blade-graphics/src/lib.rs b/blade-graphics/src/lib.rs index 795fc1c..6719137 100644 --- a/blade-graphics/src/lib.rs +++ b/blade-graphics/src/lib.rs @@ -1050,7 +1050,7 @@ pub enum InitOp { pub enum FinishOp { Store, Discard, - /// The resolved texture will be stored but it is undefined what + /// The texture specified here will be stored but it is undefined what /// happens to the original render target ResolveTo(TextureView), Ignore,