Removed a bug
This commit is contained in:
parent
3f14b21295
commit
be03abf38a
1 changed files with 0 additions and 2 deletions
|
|
@ -52,8 +52,6 @@ public sealed class Trainer
|
||||||
{
|
{
|
||||||
Console.ForegroundColor = ConsoleColor.Red;
|
Console.ForegroundColor = ConsoleColor.Red;
|
||||||
Console.WriteLine($"No, {_vocabularyItems[nextWord].NativeWord} = {_vocabularyItems[nextWord].Translation}");
|
Console.WriteLine($"No, {_vocabularyItems[nextWord].NativeWord} = {_vocabularyItems[nextWord].Translation}");
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Console.ResetColor();
|
Console.ResetColor();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue