Skip to content

Commit 5b61f36

Browse files
committed
#771: description update
1 parent 99f4d6c commit 5b61f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

c-sharp/Problems/arrays-and-hashing/JewelsAndStones.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
* Output: 0
1717
*
1818
* Constraints:
19-
* - 1 <= jewels.length, stones.length <= 50
20-
* - jewels and stones consist of only English letters.
21-
* - All the characters of jewels are unique.
19+
* 1 <= jewels.length, stones.length <= 50
20+
* jewels and stones consist of only English letters.
21+
* All the characters of jewels are unique.
2222
*
2323
* Hint 1: For each stone, check if it is a jewel.
2424
**

0 commit comments

Comments
 (0)