Skip to content

Commit 1726248

Browse files
authored
Update README_EN.md
1 parent cf45f89 commit 1726248

File tree

1 file changed

+1
-1
lines changed
  • solution/2900-2999/2976.Minimum Cost to Convert String I

1 file changed

+1
-1
lines changed

solution/2900-2999/2976.Minimum Cost to Convert String I/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func minimumCost(source string, target string, original []byte, changed []byte,
261261
#### TypeScript
262262

263263
```ts
264-
export function minimumCost(
264+
function minimumCost(
265265
source: string,
266266
target: string,
267267
original: string[],

0 commit comments

Comments
 (0)