Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 19, 2021
1 parent b30d991 commit eb91648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/combination/dimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const isUniqueCombDimension = function (combDimension, index, combDimensions) {
// Retrieve one combination's dimensions.
// Array order follows:
// - `DIMENSIONS` order
// - For dynamic dimensions, lexicographic order of the dimension name
// - For dynamic dimensions, property order, i.e. user order specified in
// configuration
export const getCombDimensions = function (combination) {
return DIMENSIONS.flatMap((dimension) => getDimension(combination, dimension))
}
Expand Down

0 comments on commit eb91648

Please sign in to comment.