Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 21, 2024
1 parent 81f25ca commit c9b6a2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class HilbertMatrix
/**
* Creates a new instance of this class.
*
* @param n Size of the matrix to be created..
* @param n Size of the matrix to be created.
*/
public HilbertMatrix(final int n) {
this.n = n;
Expand Down

0 comments on commit c9b6a2e

Please sign in to comment.