From 886bbfe01126c28632c94ccefe90969a0a26337b Mon Sep 17 00:00:00 2001 From: PR Robot Date: Sat, 2 Jan 2021 16:13:58 +0000 Subject: [PATCH] auto: update Clarity references JSONs from stacks-blockchain@a3fcb2d3ec6516cb4fbab60b1c2367bfd5b067e7 --- src/_data/clarity-reference.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/clarity-reference.json b/src/_data/clarity-reference.json index 6ebf266d..7cf9962c 100644 --- a/src/_data/clarity-reference.json +++ b/src/_data/clarity-reference.json @@ -189,7 +189,7 @@ "input_type": "list A, A", "output_type": "list", "signature": "(append (list 1 2 3 4) 5)", - "description": "The `append` function takes a list and another value with the same entry type,\nor a buffer and another buffer of length 1 and outputs a buffer or a list of the same type with max_len += 1.", + "description": "The `append` function takes a list and another value with the same entry type,\nand outputs a list of the same type with max_len += 1.", "example": "(append (list 1 2 3 4) 5) ;; Returns (1 2 3 4 5)" }, {