From e899fa8e02b78b17d23a319b437f153a118ca3ff Mon Sep 17 00:00:00 2001 From: Julian Mesa Date: Wed, 19 Oct 2022 19:39:03 +0200 Subject: [PATCH] Fix createWithSignature doc --- api/tag/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/tag/index.md b/api/tag/index.md index cf9ad43..75f77f0 100644 --- a/api/tag/index.md +++ b/api/tag/index.md @@ -147,7 +147,7 @@ Tag.createWithSignature(repo, tagName, target, tagger, message, force, signingCa | --- | --- | --- | | repo | [Repository](/api/repository/) | | | tagName | String | | -| target | [Oid](/api/oid/) | | +| target | [Object](/api/object/) | Object to which this tag points. This object must belong to the given `repo`. | | tagger | [Signature](/api/signature/) | | | message | String | | | force | Number | | @@ -367,4 +367,3 @@ var result = tag.targetType(); | Returns | | | --- | --- | | Number | type of the tagged object | -