We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7d094 commit 2297ed0Copy full SHA for 2297ed0
1 file changed
lib/oid.js
@@ -12,7 +12,7 @@ var Oid = function(rawOid) {
12
/**
13
* @return {git.raw.Oid}
14
*/
15
-Oid.prototype.getRawoid = function() {
+Oid.prototype.getRawOid = function() {
16
return this.rawOid;
17
};
18
0 commit comments