Skip to content

Commit

Permalink
Merge pull request #12210 from mshr-h/typo
Browse files Browse the repository at this point in the history
fix typo ('idexing' -> 'indexing')
  • Loading branch information
tkelman committed Jul 19, 2015
2 parents 16feda0 + 33f235b commit cb0f807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Library improvements

* AbstractArray subtypes only need to implement `size` and `getindex`
for scalar indices to support indexing; all other indexing behaviors
(including logical idexing, ranges of indices, vectors, colons, etc.) are
(including logical indexing, ranges of indices, vectors, colons, etc.) are
implemented in default fallbacks. Similarly, they only need to implement
scalar `setindex!` to support all forms of indexed assingment ([#10525]).

Expand Down

0 comments on commit cb0f807

Please sign in to comment.