Skip to content

Commit 5d563d9

Browse files
authored
typo: remove extra "`" interfering with doc formatting (#13847)
1 parent 697894f commit 5d563d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr/src/equivalence/properties.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ impl EquivalenceProperties {
517517
}
518518
}
519519

520-
/// Checks whether the `given`` sort requirements are equal or more specific
520+
/// Checks whether the `given` sort requirements are equal or more specific
521521
/// than the `reference` sort requirements.
522522
pub fn requirements_compatible(
523523
&self,

0 commit comments

Comments
 (0)