diff --git a/src/pointers.ts b/src/pointers.ts index 95bde23..5842b14 100644 --- a/src/pointers.ts +++ b/src/pointers.ts @@ -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. */