summaryrefslogtreecommitdiff
path: root/src/org/unitConverter/math/package-info.java
diff options
context:
space:
mode:
authorAdrien Hopkins <masterofnumbers17@gmail.com>2019-10-21 15:25:24 -0400
committerAdrien Hopkins <masterofnumbers17@gmail.com>2019-10-21 15:25:24 -0400
commit8c8f900416981863607c3c39d737ab1be8540e1a (patch)
treea036180832095671027babc8b0fc16e3ca4eca47 /src/org/unitConverter/math/package-info.java
parent511fe144da142082a02b5a5b07e67bb76df1331e (diff)
parentce7402fb5e52d947b6b7c383fa96e3aaaf9da188 (diff)
Merge branch 'feature-new-units-def' into develop
Diffstat (limited to 'src/org/unitConverter/math/package-info.java')
-rw-r--r--src/org/unitConverter/math/package-info.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/org/unitConverter/math/package-info.java b/src/org/unitConverter/math/package-info.java
index 65d6b23..65727e4 100644
--- a/src/org/unitConverter/math/package-info.java
+++ b/src/org/unitConverter/math/package-info.java
@@ -15,9 +15,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/**
- * A module that is capable of parsing expressions of things, like mathematical expressions or unit expressions.
+ * Supplementary classes that are not related to units, but are necessary for their function.
*
* @author Adrien Hopkins
* @since 2019-03-14
+ * @since v0.2.0
*/
package org.unitConverter.math; \ No newline at end of file