mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-05 16:27:33 +08:00
chore: fix some comments (#5333)
This commit is contained in:
@ -40,7 +40,7 @@ class FFTTest {
|
||||
assertNotEquals(2.0, add);
|
||||
}
|
||||
|
||||
// Testing the function substract, assertEqual test
|
||||
// Testing the function subtract, assertEqual test
|
||||
@Test
|
||||
void subtractTest() {
|
||||
FFT.Complex complex1 = new FFT.Complex(2.0, 2.0);
|
||||
|
Reference in New Issue
Block a user