Skip to content

Commit d92ab9d

Browse files
author
Lê Nam Khánh
authored
chore: fix typos in src/main/java/com/thealgorithms/others/GaussLegendre.java (#7040)
Fix typos in src/main/java/com/thealgorithms/others/GaussLegendre.java
1 parent 08ee26f commit d92ab9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/others/GaussLegendre.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.thealgorithms.others;
22

33
/**
4-
* Guass Legendre Algorithm ref
4+
* Gauss Legendre Algorithm ref
55
* https://en.wikipedia.org/wiki/Gauss–Legendre_algorithm
66
*
77
* @author AKS1996

0 commit comments

Comments
 (0)