Skip to content

Commit

Permalink
Merge pull request #32 from nickeubank/fix_sizehint
Browse files Browse the repository at this point in the history
fix sizehint and harmonize some line endings. closes #29
  • Loading branch information
brakmic committed Sep 26, 2018
2 parents 7a37e7f + 696449a commit 9f1b794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ <h1>Arrays</h1>
</tr>
<tr>
<td>Pre-allocation</td>
<td><code>sizehint(arr, 10^4)</code></td>
<td><code>sizehint!(arr, 10^4)</code></td>
</tr>
<tr>
<td>Access and assignment</td>
Expand Down

0 comments on commit 9f1b794

Please sign in to comment.