summaryrefslogtreecommitdiff
path: root/lib/matrix.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix.rb')
-rw-r--r--lib/matrix.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/matrix.rb b/lib/matrix.rb
index fb98d09323..1f8f0589e1 100644
--- a/lib/matrix.rb
+++ b/lib/matrix.rb
@@ -1907,7 +1907,7 @@ class Vector
#++
#
- # Multiplies the vector by +x+, where +x+ is a number or another vector.
+ # Multiplies the vector by +x+, where +x+ is a number or a matrix.
#
def *(x)
case x