Слегка изменена документация

This commit is contained in:
DIvan2000 2024-11-29 15:54:25 +04:00
parent 583e839414
commit d68d9056b2

@ -3,7 +3,7 @@
namespace laba3.Subprograms
{
/// <summary>
/// TUI game "Snake";
/// TUI classic game "Snake";
/// The player controls the snake.
/// The player has to eat apples to increase the length of the snake
/// and try not to crash into the wall or themselves;