summaryrefslogtreecommitdiff
path: root/public/bash-arrays.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
commit7115b71c353c004dbfe70a0d96012a2213e77405 (patch)
tree6c693dcc564023479560f10aeaea5ed0219dd652 /public/bash-arrays.md
parent9ea8568d0c333916833bee1eaf021334090486fd (diff)
whitespace cleanup
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>