Merge pull request #3081 from CrafterKolyan/patch-2

Add closing quote in description of sanitize parentheses coding contract
This commit is contained in:
hydroflame 2022-03-07 17:30:05 -05:00 committed by GitHub
commit 5e558ffc5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -816,7 +816,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
`Examples:\n`,
`"()())()" -> [()()(), (())()]\n`,
`"(a)())()" -> [(a)()(), (a())()]\n`,
`")( -> [""]`,
`")(" -> [""]`,
].join(" ");
},
difficulty: 10,