Skip to content

Commit

Permalink
fix quality warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
uchitsa committed Dec 24, 2024
1 parent a44b2c5 commit 65d24e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-runtime/src/main/eo/org/eolang/nan.eo
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 65d24e4

Please sign in to comment.