From b2cbf19504ced3e8548f95a711829d1e074ac076 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Mon, 13 Feb 2017 17:31:16 -0500 Subject: [PATCH] copy changes --- static/src/ai/Tutorial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/ai/Tutorial.js b/static/src/ai/Tutorial.js index 26d211d..60b9d13 100644 --- a/static/src/ai/Tutorial.js +++ b/static/src/ai/Tutorial.js @@ -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){