mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user