fixes a small typo
This commit is contained in:
parent
ee674ba536
commit
d72ed297de
@ -232,7 +232,7 @@
|
||||
"<a href=\"http://en.wikipedia.org/wiki/Base_pair\" target=\"_blank\">Base pairs</a> are a pair of AT and CG. Match the missing element to the provided character.",
|
||||
"Return the provided character as the first element in each array.",
|
||||
"For example, for the input GCG, return [['G', 'C'], ['C','G'],['G', 'C']]",
|
||||
"The charater and its pair are paired up in an array, and all the arrays are grouped into one encapsulating array.",
|
||||
"The character and its pair are paired up in an array, and all the arrays are grouped into one encapsulating array.",
|
||||
"Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>Read-Search-Ask</a> if you get stuck. Try to pair program. Write your own code."
|
||||
],
|
||||
"challengeSeed": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user