chore: fix typos in src/main/java/com/thealgorithms/divideandconquer/SkylineAlgorithm.java (#7035)

Fix typos in src/main/java/com/thealgorithms/divideandconquer/SkylineAlgorithm.java
This commit is contained in:
Lê Nam Khánh
2025-11-05 17:27:10 +07:00
committed by GitHub
parent f403ce66f9
commit 500c526451

View File

@@ -161,7 +161,7 @@ public class SkylineAlgorithm {
* function dominates the argument point.
*
* @param p1 the point that is compared
* @return true if the point wich calls the function dominates p1 false
* @return true if the point which calls the function dominates p1 false
* otherwise.
*/
public boolean dominates(Point p1) {