Skip to content

Commit

Permalink
Fixed erroneous line in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Jul 26, 2010
1 parent 64fb687 commit 2f45ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geddy-util/lib/meta.js
Expand Up @@ -54,7 +54,7 @@ geddy.util.meta = new function () {

/*
* Mix in the properties on an object to another object
* yam.mixin(target, source, [source,] [source, etc.] [merge-flag]);
* geddy.util.mixin(target, source, [source,] [source, etc.] [merge-flag]);
* 'merge' recurses, to merge object sub-properties together instead
* of just overwriting with the source object.
*/
Expand Down

0 comments on commit 2f45ec0

Please sign in to comment.