Skip to content

Commit fb8bc5a

Browse files
authored
Update README.md
1 parent f6247d2 commit fb8bc5a

File tree

1 file changed

+1
-1
lines changed
  • solution/2600-2699/2601.Prime Subtraction Operation

1 file changed

+1
-1
lines changed

solution/2600-2699/2601.Prime Subtraction Operation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ function primeSubOperation(nums: number[]): boolean {
276276

277277
<!-- solution:start -->
278278

279-
### Solution 2: Preprocessing prime numbers
279+
### 方法二:预处理素数
280280

281281
<!-- tabs:start -->
282282

0 commit comments

Comments
 (0)