summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-03 02:47:49 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-03 02:47:49 +0000
commit888e16c51ec6dd4b6aeb94cb44ee70e8f2d102b4 (patch)
treeaac246a5e2909dc5fdb6e9817ca6fd872c485173 /NEWS
parenteb3c563fa6664db186db5d8453e7d79a1a94e227 (diff)
* NEWS: added period into Matrix section. [ci skip]
[misc #10446][ruby-core:65987] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index c789c926d0..7d6fc46fd5 100644
--- a/NEWS
+++ b/NEWS
@@ -161,10 +161,10 @@ with all sufficient information, see the ChangeLog file.
horizontally and vertically.
* Matrix#laplace_expansion(row_or_column: num) returns the laplace_expansion
along the +num+ -th row or column.
- * Vector.basis(size:, index:) returns the specified basis vector
- * Unary - and + added for Vector and Matrix
- * Vector#cross_product generalized to arbitrary dimensions
- * Vector#dot and #cross are aliases for #inner_product and #cross_product
+ * Vector.basis(size:, index:) returns the specified basis vector.
+ * Unary - and + added for Vector and Matrix.
+ * Vector#cross_product generalized to arbitrary dimensions.
+ * Vector#dot and #cross are aliases for #inner_product and #cross_product.
* Pathname
* Pathname#/ is aliased to Pathname#+.