Skip to content

Commit

Permalink
Fix formatting in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Mar 17, 2024
1 parent 60042a0 commit 4ff9ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions-array/src/array_replace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ impl ScalarUDFImpl for ArrayReplaceAll {
///
/// The type of each **element** in `list_array` must be the same as the type of
/// `from_array` and `to_array`. This function also handles nested arrays
/// ([`ListArray`] of [`ListArray`]s)
/// (\[`ListArray`\] of \[`ListArray`\]s)
///
/// For example, when called to replace a list array (where each element is a
/// list of int32s, the second and third argument are int32 arrays, and the
Expand Down

0 comments on commit 4ff9ba0

Please sign in to comment.