Skip to content

Commit aebb917

Browse files
committed
documentation update
1 parent fb3dce5 commit aebb917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Note: null passed as a branch name is considered as Master Branch. Any non-null
7272
- `VCSCommit setFileContent(String branchName, List<VCSChangeListNode> vcsChangeList)`
7373
- For each `vcsChangeListNode`: rewrites file with path `vcsChangeListNode.getFilePath()` within branch `branchName` with content `vcsChangeListNode.getContent()`
7474
- Single commit, commit message is all `vcsChangeListNode.getCommitMessage()` strings joined with ", "
75-
- Creates files and its parent folders if doesn't exists
75+
- Creates files and its parent folders if aren't exist
7676
- Returns null if `vcsChangeList` is empty
7777
- `List<VCSDiffEntry> getBranchesDiff(String srcBranchName, String destBranchName)`
7878
- Returns list of `VCSDiffEntry` showing what was made within branch `srcBranchName` relative to branch `destBranchName`

0 commit comments

Comments
 (0)