docs(pointers): clarify PointerInfo.oid
This commit is contained in:
parent
f5fa17752f
commit
5bb85d3bd7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const SPEC_URL = 'https://git-lfs.github.com/spec/v1';
|
|||
|
||||
|
||||
export interface PointerInfo {
|
||||
/** SHA256 hash of the actual blob contents. */
|
||||
/** OID (currently, SHA256 hash) of actual blob contents. */
|
||||
oid: string;
|
||||
|
||||
/** Actual blob size in bytes. */
|
||||
|
|
Loading…
Reference in a new issue