We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f403ce6 commit 500c526Copy full SHA for 500c526
src/main/java/com/thealgorithms/divideandconquer/SkylineAlgorithm.java
@@ -161,7 +161,7 @@ public int getY() {
161
* function dominates the argument point.
162
*
163
* @param p1 the point that is compared
164
- * @return true if the point wich calls the function dominates p1 false
+ * @return true if the point which calls the function dominates p1 false
165
* otherwise.
166
*/
167
public boolean dominates(Point p1) {
0 commit comments