From e12d8a75e10a03ea65b9073320ace4886168a836 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 25 Jan 2014 22:56:52 -0500 Subject: bash-arrays: fix whitespace, typos --- public/bash-arrays.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/bash-arrays.md b/public/bash-arrays.md index 8720115..154fbfe 100644 --- a/public/bash-arrays.md +++ b/public/bash-arrays.md @@ -166,7 +166,7 @@ To get individual entries, the syntax is @@ -282,8 +282,8 @@ anyway.

Getting a single entry from an array

-

Also subject to word splitting if you don't wrap it in +

Also subject to word splitting if you don't wrap it in quotes.

-Did notice what was inconsistent? The variables `$*`, `$@`, and `$#` -behave like the n=0 entry doesn't exist. +Did you notice what was inconsistent? The variables `$*`, `$@`, and +`$#` behave like the n=0 entry doesn't exist.
-- cgit v1.2.3