Skip to content

Commit

Permalink
📖 update meta core and matrix class
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganKryze committed Dec 13, 2023
1 parent 3583692 commit a21134a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ConsoleAppVisuals/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MIT License 2023 MorganKryze
*/
namespace ConsoleAppVisuals;
/// <summary>
/// The <see cref="Core"/> class contains all the visual elements for a console app.
/// The <see cref="Core"/> class contains visual elements for a console app.
/// </summary>
public static class Core
{
Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleAppVisuals/Matrix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Matrix<T>

#region Constructor
/// <summary>
/// The natural constructor of the matrix.
/// The natural constructor of the <see cref="Matrix{T}"/> class.
/// </summary>
/// <param name="rawLines">The matrix to be used.</param>
/// <exception cref="ArgumentException">Thrown when the matrix is empty or not compatible (lines are not of the same length).</exception>
Expand Down

0 comments on commit a21134a

Please sign in to comment.