fixed typo in comments

This commit is contained in:
kunalgosar 2017-04-14 14:10:19 -07:00
parent a5b10cc51e
commit 891d52909e
2 changed files with 2 additions and 2 deletions

View file

@ -450,7 +450,7 @@
}
/**
* A controller in made up of parts, and each part can have multiple "layers,"
* A controller is made up of parts, and each part can have multiple "layers,"
* which are really just different texures. For example, the "trigger" part
* has "normal" and "highlight" layers.
*/

View file

@ -118,7 +118,7 @@ function findEntitiesWithTag(tag) {
}
/**
* A controller in made up of parts, and each part can have multiple "layers,"
* A controller is made up of parts, and each part can have multiple "layers,"
* which are really just different texures. For example, the "trigger" part
* has "normal" and "highlight" layers.
*/