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)" }, {