Skip to content

Commit d87702a

Browse files
authored
UPDATE DOC
1 parent f9cc4f8 commit d87702a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/concept/scala/leetcodeGeneralProblems/ArrayFormationThroughConcatenation.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import scala.collection.mutable
99
* @see https://leetcode.com/problems/check-array-formation-through-concatenation/
1010
* OR
1111
* https://leetcode.com/explore/challenge/card/january-leetcoding-challenge-2021/579/week-1-january-1st-january-7th/3589/
12-
* @example
12+
* @example
1313
* Example 1:
1414
*
1515
* Input: arr = [85], pieces = [[85]]

0 commit comments

Comments
 (0)