copy changes

This commit is contained in:
Yotam Mann 2017-02-13 17:31:16 -05:00
parent 7cad5b3ef6
commit 00b55add86

View File

@ -88,7 +88,7 @@ export class Tutorial extends events.EventEmitter{
this._sendUserMelody()
return this._promiseTimeout(500)
}).then(() => {
this._addText('A neural network will respond to what you play', 'ai', 5000)
this._addText('the computer will respond to what you play', 'ai', 5000)
})
}
_promiseTimeout(time){