We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743c2a4 commit 3b10568Copy full SHA for 3b10568
lib/convenient_patch.js
@@ -4,15 +4,15 @@ var ConvenientPatch = NodeGit.ConvenientPatch;
4
5
var oldFile = ConvenientPatch.prototype.oldFile;
6
/**
7
- * Old name of the file
8
- * @return {String}
+ * Old attributes of the file
+ * @return {DiffFile}
9
*/
10
ConvenientPatch.prototype.oldFile = oldFile;
11
12
var newFile = ConvenientPatch.prototype.newFile;
13
14
- * New name of the file
15
+ * New attributes of the file
16
17
ConvenientPatch.prototype.newFile = newFile;
18
0 commit comments