Commit 6b4afe8e authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixed typo in a comment

parent 9870abda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ class IntegerP {
    IntegerP operator/(const IntegerP &divisor) const;

    /**
     * @return true iff {@code other} is *identical* to this Rational number
     * @return true iff {@code other} is *identical* to this number
     * @example IntegerP::valueOf(14)==Integer::valueOf({1,0,0,1}) returns true
     */
    bool operator==(const IntegerP &other) const;