Skip to content

Commit

Permalink
Merge pull request #109 from pizza-777/typos
Browse files Browse the repository at this point in the history
Typo ✍
  • Loading branch information
IgorKoval authored Aug 17, 2022
2 parents 342e588 + eae3729 commit 5c829ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -4229,7 +4229,7 @@ error code (-8) but`gosh.applyPatchQ` returns `null`. Example:
```TVMSolidity
string oldText = ...;
string patch = ...;
string newText = gosh.applyDiff(oldText, patch);
string newText = gosh.applyPatch(oldText, patch);
```

#### gosh.zip and gosh.unzip
Expand Down

0 comments on commit 5c829ec

Please sign in to comment.