Add clarification to in-game text

This commit is contained in:
factubsio 2022-02-14 11:00:15 +00:00 committed by GitHub
parent fb73b1cb9e
commit a666fb888a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -921,7 +921,8 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
"The provided answer should be an array of strings containing the valid expressions.",
"The data provided by this problem is an array with two elements. The first element",
"is the string of digits, while the second element is the target number:\n\n",
`["${digits}", ${target}]\n\n`,
`["${digits}", ${target}]\n\n`,
"NOTE: The order of evaluation expects script operator precedence",
"NOTE: Numbers in the expression cannot have leading 0's. In other words,",
`"1+01" is not a valid expression`,
"Examples:\n\n",