Skip to content

Commit 500c526

Browse files
chore: fix typos in src/main/java/com/thealgorithms/divideandconquer/SkylineAlgorithm.java (#7035)
Fix typos in src/main/java/com/thealgorithms/divideandconquer/SkylineAlgorithm.java
1 parent f403ce6 commit 500c526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/divideandconquer/SkylineAlgorithm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public int getY() {
161161
* function dominates the argument point.
162162
*
163163
* @param p1 the point that is compared
164-
* @return true if the point wich calls the function dominates p1 false
164+
* @return true if the point which calls the function dominates p1 false
165165
* otherwise.
166166
*/
167167
public boolean dominates(Point p1) {

0 commit comments

Comments
 (0)