From 8becb039296661ca859e1d686b177d3a09e35f1f Mon Sep 17 00:00:00 2001 From: Vladimir Lebedev Date: Mon, 26 Feb 2024 22:09:50 +0700 Subject: [PATCH] Fix refs_add doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5c1459..3f7ed1c 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Loads `r` uint of size `refs_length_var_size` (if present), `x` uint of size `bi | bits_length_var_size | Size of bit length operand. Optional, assuming this part of bit length is 0 if absent. | bits_padding | Constant integer value to add to length of bitstring to load. Optional, assuming 0 if absent. | refs_length_var_size | Size of ref count operand. Optional, assuming this part of ref count is 0 if absent. -| refs_add | Constant integer value to add to ref count. Optional, assuming 1 if absent. +| refs_add | Constant integer value to add to ref count. Optional, assuming 0 if absent. | completion_tag | Boolean flag, tells to remove trailing `'1' + '0' * x` from bitstring if true. Optional, assuming false if absent. ### Stack Entry Specification and Examples