diff --git a/lodash.src.js b/lodash.src.js index d36c1c8f7..20fc01e77 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -1824,7 +1824,7 @@ : (object ? value : {}); } } - // Check for circular references and return corresponding clone. + // Check for circular references and return its corresponding clone. stackA || (stackA = []); stackB || (stackB = []);