We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bede1b5 commit 4867e4aCopy full SHA for 4867e4a
src/main/java/com/thealgorithms/maths/Area.java
@@ -35,7 +35,7 @@ public static double surfaceAreaCube(final double sideLength) {
35
return 6 * sideLength * sideLength;
36
}
37
38
- /**
+ /**
39
* Calculate the surface area of a cuboid.
40
*
41
* @param length length of the cuboid
0 commit comments