mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
s/size on bytes/size in bytes/
This commit is contained in:
@@ -92,7 +92,7 @@ GIT_EXTERN(const void *) git_blob_rawcontent(const git_blob *blob);
|
||||
* Get the size in bytes of the contents of a blob
|
||||
*
|
||||
* @param blob pointer to the blob
|
||||
* @return size on bytes
|
||||
* @return size in bytes
|
||||
*/
|
||||
GIT_EXTERN(git_object_size_t) git_blob_rawsize(const git_blob *blob);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user