Add closing quote in description of sanitize parentheses coding contract

This commit is contained in:
Nikolai Korolev 2022-03-07 15:10:13 +03:00 committed by GitHub
parent e80190e687
commit 19750c6bba
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,