Mercurial > hg > octave-lyh
diff scripts/polynomial/polyfit.m @ 11593:1577c6f80926
Use non-breaking spaces between certain adjectives and their nouns in docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 20 Jan 2011 20:19:29 -0800 |
parents | c792872f8942 |
children | 984359717d71 |
line wrap: on
line diff
--- a/scripts/polynomial/polyfit.m +++ b/scripts/polynomial/polyfit.m @@ -29,7 +29,7 @@ ## ## @table @samp ## @item R -## Triangular factor R from the QR decomposition. +## Triangular factor R from the QR@tie{}decomposition. ## ## @item X ## The Vandermonde matrix used to compute the polynomial coefficients.