Skip to content

Commit

Permalink
hvcat doc example fixed
Browse files Browse the repository at this point in the history
hvcat doc example was not working 
I changed it to one that does.
  • Loading branch information
mbeltagy committed Oct 12, 2015
1 parent 6aa15b8 commit 3d132a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdlib/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ Indexing, Assignment, and Concatenation

.. Docstring generated from Julia source
Horizontal and vertical concatenation in one call. This function is called for block matrix syntax. The first argument specifies the number of arguments to concatenate in each block row. For example, ``[a b;c d e]`` calls ``hvcat((2,3),a,b,c,d,e)``\ .
Horizontal and vertical concatenation in one call. This function is called for block matrix syntax. The first argument specifies the number of arguments to concatenate in each block row. For example, ``[a b;c d]`` calls ``hvcat((2,2),a,b,c,d)``\ .

If the first argument is a single integer ``n``\ , then all block rows are assumed to have ``n`` block columns.

Expand Down

0 comments on commit 3d132a9

Please sign in to comment.