Skip to content

Commit 6122f00

Browse files
committed
docs: it's _return_ not _returns_
1 parent 6bed71e commit 6122f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/refspec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GIT_EXTERN(const char *) git_refspec_dst(const git_refspec *refspec);
5858
* Get the refspec's string
5959
*
6060
* @param refspec the refspec
61-
* @returns the refspec's original string
61+
* @return the refspec's original string
6262
*/
6363
GIT_EXTERN(const char *) git_refspec_string(const git_refspec *refspec);
6464

0 commit comments

Comments
 (0)