From 5bb85d3bd7f49cb5a86e58ece184cf7cb1e98ccd Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Tue, 30 Nov 2021 22:30:33 +0100 Subject: [PATCH] docs(pointers): clarify PointerInfo.oid --- src/pointers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */