mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): correct incomplete code snippet in example question (#66801)
This commit is contained in:
parent
f3e3d9de5d
commit
a2c9bdd8ba
@ -91,7 +91,7 @@ The shebang appears at the very beginning of a script file.
|
||||
|
||||
## --text--
|
||||
|
||||
In the example script, what does the line for server in `"${servers[@]}"` accomplish?
|
||||
In the example script, what does the line `for server in "${servers[@]}"` accomplish?
|
||||
|
||||
## --answers--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user