Skip to content

Commit

Permalink
Doc typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Jan 19, 2014
1 parent 519de24 commit 678c7c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/util/mixIn.js
Expand Up @@ -3,10 +3,10 @@ define(function () {
'use strict';

/**
* Copies properies from an object to another.
* Copies properties from an object to another.
*
* @param {Object} target The target object
* @param {[type]} origin The object to copy from
* @param {Object} target The target object
* @param {Object} origin The object to copy from
*
* @return {Object} The target object
*/
Expand Down
4 changes: 2 additions & 2 deletions src/util/startsWith.js
Expand Up @@ -5,8 +5,8 @@ define(function () {
/**
* Verifies if a string starts with another.
*
* @param {String} str The string that will be checked
* @param {String} prefix The prefix to check
* @param {String} str The string that will be checked
* @param {String} prefix The prefix to check
*
* @return {Boolean} True if it starts, false otherwise
*/
Expand Down

0 comments on commit 678c7c0

Please sign in to comment.