mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
Merge pull request #3081 from CrafterKolyan/patch-2
Add closing quote in description of sanitize parentheses coding contract
This commit is contained in:
commit
5e558ffc5d
@ -816,7 +816,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
|
|||||||
`Examples:\n`,
|
`Examples:\n`,
|
||||||
`"()())()" -> [()()(), (())()]\n`,
|
`"()())()" -> [()()(), (())()]\n`,
|
||||||
`"(a)())()" -> [(a)()(), (a())()]\n`,
|
`"(a)())()" -> [(a)()(), (a())()]\n`,
|
||||||
`")( -> [""]`,
|
`")(" -> [""]`,
|
||||||
].join(" ");
|
].join(" ");
|
||||||
},
|
},
|
||||||
difficulty: 10,
|
difficulty: 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user