Browse Source

auto: update Clarity references JSONs from stacks-blockchain@a3fcb2d3ec6516cb4fbab60b1c2367bfd5b067e7

friedger-patch-2
PR Robot 4 years ago
committed by Alexander Graebe
parent
commit
886bbfe011
  1. 2
      src/_data/clarity-reference.json

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

Loading…
Cancel
Save