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.
2 parents a9aa214 + c2d697e commit 215aafbCopy full SHA for 215aafb
include/git2/blob.h
@@ -92,7 +92,7 @@ GIT_EXTERN(const void *) git_blob_rawcontent(const git_blob *blob);
92
* Get the size in bytes of the contents of a blob
93
*
94
* @param blob pointer to the blob
95
- * @return size on bytes
+ * @return size in bytes
96
*/
97
GIT_EXTERN(git_object_size_t) git_blob_rawsize(const git_blob *blob);
98
0 commit comments