summaryrefslogtreecommitdiff
path: root/public/bash-arrays.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/bash-arrays.md')
-rw-r--r--public/bash-arrays.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bash-arrays.md b/public/bash-arrays.md
index bf27dcb..4f47718 100644
--- a/public/bash-arrays.md
+++ b/public/bash-arrays.md
@@ -311,7 +311,7 @@ Did you notice what was inconsistent? The variables `$*`, `$@`, and
<td><code>"${#}"</code></td>
<td>→</td>
<td>length-1</td>
- </tr>
+ </tr>
</tbody>
</table>