Skip to content

Commit e995a29

Browse files
committed
docs: typo in comments
1 parent 2274b3d commit e995a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flow.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@
14401440
// Otherwise expose Flow to the global object as usual
14411441
window.Flow = Flow;
14421442

1443-
// Register as a named AMD module, since jQuery can be concatenated with other
1443+
// Register as a named AMD module, since Flow can be concatenated with other
14441444
// files that may use define, but not via a proper concatenation script that
14451445
// understands anonymous AMD modules. A named AMD is safest and most robust
14461446
// way to register. Lowercase flow is used because AMD module names are
@@ -1451,4 +1451,4 @@
14511451
define( "flow", [], function () { return Flow; } );
14521452
}
14531453
}
1454-
})(window, document);
1454+
})(window, document);

0 commit comments

Comments
 (0)