mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-07 22:00:56 -04:00
fix(curriculum): correct incomplete code snippet in example question (#66801)
This commit is contained in:
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user