Use the posessive form of "its", not a contraction of "it is".

This commit is contained in:
Brian Donovan
2015-02-12 18:36:02 -08:00
parent 83b4d12884
commit 0b042b2681

View File

@@ -207,7 +207,7 @@ ClassTransformer.prototype.buildBody = function () {
};
/**
* Push a method to it's respective mutatorMap.
* Push a method to its respective mutatorMap.
*
* @param {Node} node MethodDefinition
*/