From a21134afcb3c587fc0eba7326450eb62433a680c Mon Sep 17 00:00:00 2001 From: Morgan <103436411+MorganKryze@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:22:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20update=20meta=20core=20and=20mat?= =?UTF-8?q?rix=20class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ConsoleAppVisuals/Core.cs | 2 +- src/ConsoleAppVisuals/Matrix.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ConsoleAppVisuals/Core.cs b/src/ConsoleAppVisuals/Core.cs index 5bb6ed1e..40e3faa6 100644 --- a/src/ConsoleAppVisuals/Core.cs +++ b/src/ConsoleAppVisuals/Core.cs @@ -4,7 +4,7 @@ MIT License 2023 MorganKryze */ namespace ConsoleAppVisuals; /// -/// The class contains all the visual elements for a console app. +/// The class contains visual elements for a console app. /// public static class Core { diff --git a/src/ConsoleAppVisuals/Matrix.cs b/src/ConsoleAppVisuals/Matrix.cs index 06a020e2..5b8dc6bf 100644 --- a/src/ConsoleAppVisuals/Matrix.cs +++ b/src/ConsoleAppVisuals/Matrix.cs @@ -17,7 +17,7 @@ public class Matrix #region Constructor /// - /// The natural constructor of the matrix. + /// The natural constructor of the class. /// /// The matrix to be used. /// Thrown when the matrix is empty or not compatible (lines are not of the same length).