From 02bb8541b182353856671d31842c831a11c2a7b4 Mon Sep 17 00:00:00 2001 From: jbphet Date: Fri, 19 Feb 2021 17:54:48 -0700 Subject: [PATCH] minor doc cleanup --- js/model/NumberAtom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/model/NumberAtom.js b/js/model/NumberAtom.js index 50f0b82..1153510 100644 --- a/js/model/NumberAtom.js +++ b/js/model/NumberAtom.js @@ -102,7 +102,7 @@ class NumberAtom { } /** - * Compare with other Number Atom + * compare with another atom * @param {NumberAtom|ImmutableAtomConfig} otherAtom * @public */