From 8df5049b33d9e8eb8d00fcbb05bef02710d26c11 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Wed, 29 Oct 2014 01:32:24 -0700 Subject: [PATCH] Super little fix for NEWS --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 56d4394..09d3065 100644 --- a/NEWS +++ b/NEWS @@ -153,10 +153,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. * Extended methods: * Matrix#[] returns new vector if either arguments is range, and returns new matrix, if both arguments are range. -- 1.8.5.2 (Apple Git-48)