# HG changeset patch # User Marko Seric # Date 1392887517 -3600 # Node ID 35100920494f23ded930ae53493fa70eb5070c27 # Parent e4c319ed2414252c4cc6dc35639b6fc2cdf78007 doc: Update docstring for qr (bug #41641). diff -r e4c319ed2414 -r 35100920494f libinterp/dldfcn/qr.cc --- a/libinterp/dldfcn/qr.cc Thu Feb 20 09:24:59 2014 -0500 +++ b/libinterp/dldfcn/qr.cc Thu Feb 20 10:11:57 2014 +0100 @@ -129,7 +129,7 @@ $QR = A$ where $Q$ is an orthogonal matrix and $R$ is upper triangular.\n\ @end tex\n\ @ifnottex\n\ -@code{@var{Q} * @var{Q} = @var{A}} where @var{Q} is an orthogonal matrix and\n\ +@code{@var{Q} * @var{R} = @var{A}} where @var{Q} is an orthogonal matrix and\n\ @var{R} is upper triangular.\n\ @end ifnottex\n\ \n\