Skip to content

Commit fe3c9a5

Browse files
authored
Fix weird comma (gfx-rs#8797)
1 parent 4b3bf07 commit fe3c9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-types/src/surface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub enum PresentMode {
105105
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
106106
#[cfg_attr(feature = "serde", serde(rename_all = "lowercase"))]
107107
pub enum CompositeAlphaMode {
108-
/// Chooses either `Opaque` or `Inherit` automaticallydepending on the
108+
/// Chooses either `Opaque` or `Inherit` automatically, depending on the
109109
/// `alpha_mode` that the current surface can support.
110110
#[default]
111111
Auto = 0,

0 commit comments

Comments
 (0)