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 6bed71e commit 6122f00Copy full SHA for 6122f00
include/git2/refspec.h
@@ -58,7 +58,7 @@ GIT_EXTERN(const char *) git_refspec_dst(const git_refspec *refspec);
58
* Get the refspec's string
59
*
60
* @param refspec the refspec
61
- * @returns the refspec's original string
+ * @return the refspec's original string
62
*/
63
GIT_EXTERN(const char *) git_refspec_string(const git_refspec *refspec);
64
0 commit comments