mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-24 04:54:21 +08:00
refactor: fix typo (#5372)
This commit is contained in:
@ -6,8 +6,8 @@ package com.thealgorithms.others;
|
||||
*
|
||||
* @author AKS1996
|
||||
*/
|
||||
public final class GuassLegendre {
|
||||
private GuassLegendre() {
|
||||
public final class GaussLegendre {
|
||||
private GaussLegendre() {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
Reference in New Issue
Block a user