Skip to content

Commit

Permalink
Fix refs_add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya committed Feb 26, 2024
1 parent 726a5b4 commit 8becb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8becb03

Please sign in to comment.