Skip to content

Commit

Permalink
typo: remove extra "`" interfering with doc formatting (#13847)
Browse files Browse the repository at this point in the history
  • Loading branch information
akesling authored Dec 19, 2024
1 parent 697894f commit 5d563d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/equivalence/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ impl EquivalenceProperties {
}
}

/// Checks whether the `given`` sort requirements are equal or more specific
/// Checks whether the `given` sort requirements are equal or more specific
/// than the `reference` sort requirements.
pub fn requirements_compatible(
&self,
Expand Down

0 comments on commit 5d563d9

Please sign in to comment.