From 888e16c51ec6dd4b6aeb94cb44ee70e8f2d102b4 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 3 Nov 2014 02:47:49 +0000 Subject: * 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 --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'NEWS') 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#+. -- cgit v1.2.3