aboutsummaryrefslogtreecommitdiff
path: root/Week7/src/polynomial/Polynomial.java
diff options
context:
space:
mode:
Diffstat (limited to 'Week7/src/polynomial/Polynomial.java')
-rw-r--r--Week7/src/polynomial/Polynomial.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Week7/src/polynomial/Polynomial.java b/Week7/src/polynomial/Polynomial.java
index f7f9860..c87b96a 100644
--- a/Week7/src/polynomial/Polynomial.java
+++ b/Week7/src/polynomial/Polynomial.java
@@ -147,7 +147,7 @@ public class Polynomial {
/**
* Check equality
* @param other_poly the object to check with
- * @return true iff other_poly this instance
+ * @return true iff other_poly represents the same polynomial as this instance
*/
@Override
public boolean equals(Object other_poly) {