Skip to content

Commit c2d697e

Browse files
authored
s/size on bytes/size in bytes/
1 parent a9aa214 commit c2d697e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/blob.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GIT_EXTERN(const void *) git_blob_rawcontent(const git_blob *blob);
9292
* Get the size in bytes of the contents of a blob
9393
*
9494
* @param blob pointer to the blob
95-
* @return size on bytes
95+
* @return size in bytes
9696
*/
9797
GIT_EXTERN(git_object_size_t) git_blob_rawsize(const git_blob *blob);
9898

0 commit comments

Comments
 (0)