Fix grammar.

Change-Id: Iceee6e5bf5956eb6e8917c7537207fd3fb43d103
This commit is contained in:
Inez Korczynski 2012-08-20 17:51:52 -07:00
parent 053d5ffa5f
commit 36b733b716

View file

@ -50,7 +50,7 @@ ve.dm.SurfaceFragment = function ( surface, range, autoSelect ) {
* This keeps the range of this fragment valid, even while other transactions are being processed. * This keeps the range of this fragment valid, even while other transactions are being processed.
* *
* @method * @method
* @param {ve.dm.Transaction[]} txs Transactions that's just been processed * @param {ve.dm.Transaction[]} txs Transactions that have just been processed
*/ */
ve.dm.SurfaceFragment.prototype.onTransact = function( txs ) { ve.dm.SurfaceFragment.prototype.onTransact = function( txs ) {
for( var i = 0; i < txs.length; i++ ) { for( var i = 0; i < txs.length; i++ ) {