Skip to content

Commit cf45f89

Browse files
authored
Update README.md
1 parent 95f20e6 commit cf45f89

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.md

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

271271
```ts
272-
export function minimumCost(
272+
function minimumCost(
273273
source: string,
274274
target: string,
275275
original: string[],

0 commit comments

Comments
 (0)