Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Mar 18, 2013
1 parent f0027e7 commit ae994e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crossfilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ function crossfilter() {
}

// A convenience method for groupAll on a dummy dimension.
// This implementation can be optimized since it is always cardinality 1.
// This implementation can be optimized since it always has cardinality 1.
function groupAll() {
var group = {
reduce: reduce,
Expand Down
2 changes: 1 addition & 1 deletion src/crossfilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ function crossfilter() {
}

// A convenience method for groupAll on a dummy dimension.
// This implementation can be optimized since it is always cardinality 1.
// This implementation can be optimized since it always has cardinality 1.
function groupAll() {
var group = {
reduce: reduce,
Expand Down

0 comments on commit ae994e8

Please sign in to comment.