Skip to content

Commit

Permalink
Fix typo (#6318)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 authored Sep 18, 2023
1 parent 6e0a9fb commit 3de9808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/common/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ function collect_artifacts_from_subdir () {

# Sort an array
# Call with sort_array <array_name>
# Example: remove_array_outliers array
# Example: sort_array array
sort_array() {
local -n arr=$1
local length=${#arr[@]}
Expand Down

0 comments on commit 3de9808

Please sign in to comment.