From 65d24e423b4406979b3d9fd2296bef5b3d6e7fe4 Mon Sep 17 00:00:00 2001 From: uchitsa Date: Wed, 25 Dec 2024 02:36:57 +0300 Subject: [PATCH] fix quality warnings --- eo-runtime/src/main/eo/org/eolang/nan.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo-runtime/src/main/eo/org/eolang/nan.eo b/eo-runtime/src/main/eo/org/eolang/nan.eo index c68a590b57..7d3d051e35 100644 --- a/eo-runtime/src/main/eo/org/eolang/nan.eo +++ b/eo-runtime/src/main/eo/org/eolang/nan.eo @@ -50,13 +50,13 @@ # Tests that $ >= x. false > [x] > gte - # Multiplication of $ and x. + # Returns the multiplication of $ and x. ^ > [x] > times # Sum of $ and x. ^ > [x] > plus - # Difference between $ and x. + # Returns the difference between $ and x. ^ > [x] > minus # Quotient of the division of $ by x.