mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
spelling: envelope
This commit is contained in:
parent
4a322dc7be
commit
d6820e6da8
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ var GetAspectRatio = require('./GetAspectRatio');
|
|||
* @generic {Phaser.Geom.Rectangle} O - [target,$return]
|
||||
*
|
||||
* @param {Phaser.Geom.Rectangle} target - The target rectangle to adjust.
|
||||
* @param {Phaser.Geom.Rectangle} source - The source rectangle to envlope the target in.
|
||||
* @param {Phaser.Geom.Rectangle} source - The source rectangle to envelope the target in.
|
||||
*
|
||||
* @return {Phaser.Geom.Rectangle} The modified target rectangle instance.
|
||||
*/
|
||||
|
|
|
@ -540,7 +540,7 @@ var Size = new Class({
|
|||
},
|
||||
|
||||
/**
|
||||
* The current `width` and `height` are adjusted so that they fully envlop the given dimensions, while keeping the aspect ratio.
|
||||
* The current `width` and `height` are adjusted so that they fully envelope the given dimensions, while keeping the aspect ratio.
|
||||
*
|
||||
* The size may extend further out than the target area if the aspect ratios differ.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue