chore: fix typos in src/main/java/com/thealgorithms/others/GaussLegendre.java (#7040)

Fix typos in src/main/java/com/thealgorithms/others/GaussLegendre.java
This commit is contained in:
Lê Nam Khánh
2025-11-05 16:56:34 +07:00
committed by GitHub
parent 08ee26f2b8
commit d92ab9d89c

View File

@@ -1,7 +1,7 @@
package com.thealgorithms.others;
/**
* Guass Legendre Algorithm ref
* Gauss Legendre Algorithm ref
* https://en.wikipedia.org/wiki/GaussLegendre_algorithm
*
* @author AKS1996