Skip to content

Commit

Permalink
Fix error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Beger committed Mar 28, 2016
1 parent 5f43063 commit 4ade516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharpMath/Geometry/Matrix4x4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace SharpMath.Geometry
{
/// <summary>
/// Represents a 3x3 matrix and provides functions to transform 3-dimensional vectors.
/// Represents a 4x4 matrix and provides functions to transform 3-dimensional vectors.
/// </summary>
// ReSharper disable once InconsistentNaming
public class Matrix4x4 : SquareMatrix
Expand Down

0 comments on commit 4ade516

Please sign in to comment.