bugGNU Octave - Bugs: bug #54393, typo in setdiff documentation

 
 

bug #54393: typo in setdiff documentation

Submitter:  A.R. Burgers <arb>
Submitted:  Fri 27 Jul 2018 07:49:00 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.4.1-rc1 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 27 Jul 2018 03:51:30 PM UTC, comment #1: 

Thanks for noticing that.  I pushed your fix here https://hg.savannah.gnu.org/hgweb/octave/rev/1fa7459a8697.

Marking as fixed and closing report.

Rik <rik5>
Group administrator
Fri 27 Jul 2018 07:49:00 AM UTC, original submission:  

column vector should read row vector:


diff -r a5263875ffdc scripts/set/setdiff.m
--- a/scripts/set/setdiff.m     Thu Jul 26 16:14:12 2018 -0400
+++ b/scripts/set/setdiff.m     Fri Jul 27 09:45:59 2018 +0200
@@ -24,7 +24,7 @@
 ## Return the unique elements in @var{a} that are not in @var{b} sorted in
 ## ascending order.
 ##
-## If @var{a} is a row vector return a column vector; Otherwise, return a
+## If @var{a} is a row vector return a row vector; Otherwise, return a
 ## column vector.  The inputs may also be cell arrays of strings.
 ##
 ## If the optional input @qcode{"rows"} is given then return the rows in


A.R. Burgers <arb>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by arb (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-07-27 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code