Skip to content

Commit

Permalink
Small fix in BitArray docs
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
carlobaldassi committed Oct 22, 2016
1 parent 467e75b commit 438d1ea
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 @@ -343,7 +343,7 @@ Constructors
1 1

.. function:: BitArray(dims::Integer...)
.. function:: BitArray{N}(dims::NTuple{N,Int})
BitArray{N}(dims::NTuple{N,Int})

.. Docstring generated from Julia source
Expand Down

0 comments on commit 438d1ea

Please sign in to comment.