Skip to content

Commit

Permalink
MURICA
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Oct 11, 2014
1 parent 57b20ba commit a0bf429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ technical computing languages pass arrays by value, and this is
convenient in many cases. In Julia, modifications made to input arrays
within a function will be visible in the parent function. The entire
Julia array library ensures that inputs are not modified by library
functions. User code, if it needs to exhibit similar behaviour, should
functions. User code, if it needs to exhibit similar behavior, should
take care to create a copy of inputs that it may modify.

Arrays
Expand Down

0 comments on commit a0bf429

Please sign in to comment.