From 3f2ad467681c61ae3a072853d4a6ecdbcc7c07f4 Mon Sep 17 00:00:00 2001 From: Mark Fletcher Date: Mon, 18 Sep 2017 17:20:09 +1000 Subject: Fix docs for lightweight tag creation via API --- doc/api/tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/tags.md') diff --git a/doc/api/tags.md b/doc/api/tags.md index 32fe5eea692..bebe6536b6e 100644 --- a/doc/api/tags.md +++ b/doc/api/tags.md @@ -131,7 +131,7 @@ Parameters: "message": null } ``` -The message will be `nil` when creating a lightweight tag otherwise +The message will be `null` when creating a lightweight tag otherwise it will contain the annotation. In case of an error, -- cgit v1.2.1