Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jan 3, 2024
1 parent 42d644b commit a9ae4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attribute/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (l *Set) Filter(re Filter) (Set, []KeyValue) {
// attribute above that needs to be filtered out.
return Set{equivalent: computeDistinct(slice[1:])}, slice[:1]
}
// Move the filtred slice[first] to the front (preserving order).
// Move the filtered slice[first] to the front (preserving order).
kv := slice[first]
copy(slice[1:first+1], slice[:first])
slice[0] = kv
Expand Down

0 comments on commit a9ae4f3

Please sign in to comment.