Skip to content

Commit d1003fc

Browse files
committed
updated a code comment
1 parent fc8ee9f commit d1003fc

File tree

1 file changed

+1
-1
lines changed
  • packages/optimizely-sdk/lib/utils/fns

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/lib/utils/fns/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var uuid = require('uuid');
1717
var _isFinite = require('lodash/isFinite');
1818
var MAX_NUMBER_LIMIT = Math.pow(2, 53);
1919

20-
// Polyfill Object.assign for older browsers
20+
// Polyfills for older browsers
2121
var applyPolyfills = function() {
2222
if (typeof Object.assign !== 'function') {
2323
// Must be writable: true, enumerable: false, configurable: true

0 commit comments

Comments
 (0)