Skip to content

Commit 3b10568

Browse files
author
John Vilk
committed
Fixing newFile/oldFile documentation.
1 parent 743c2a4 commit 3b10568

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/convenient_patch.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ var ConvenientPatch = NodeGit.ConvenientPatch;
44

55
var oldFile = ConvenientPatch.prototype.oldFile;
66
/**
7-
* Old name of the file
8-
* @return {String}
7+
* Old attributes of the file
8+
* @return {DiffFile}
99
*/
1010
ConvenientPatch.prototype.oldFile = oldFile;
1111

1212
var newFile = ConvenientPatch.prototype.newFile;
1313
/**
14-
* New name of the file
15-
* @return {String}
14+
* New attributes of the file
15+
* @return {DiffFile}
1616
*/
1717
ConvenientPatch.prototype.newFile = newFile;
1818

0 commit comments

Comments
 (0)