docs(pointers): clarify PointerInfo.oid

This commit is contained in:
Anton Strogonoff 2021-11-30 22:30:33 +01:00
parent f5fa17752f
commit 5bb85d3bd7

View file

@ -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. */