Skip to content

Commit

Permalink
guide: fix conception key word (#11958)
Browse files Browse the repository at this point in the history
Sorry, I missed updating the keyword in the last update.
#11754
  • Loading branch information
benderrobert authored Sep 19, 2024
1 parent 2c3e9b2 commit 7bcad69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/programmers_guide/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ efficiently, the set of keys being resolved will be converted into a sorted list
processes a key, it maintains references to two consecutive keys from that sorted list - one "LTE" (Less Than or Equal
to the currently processed key), and another "GT" (Greater Than the currently processed key). If max common prefix is
also prefix of either LTE or GT, then `BRANCH` opcode is emitted, otherwise, `BRANCHHASH` opcode is emitted. This is
implemented by the type `RetainList` in [turbo/trie/resolve_set.go](../../turbo/trie/retain_list.go)
implemented by the type `RetainList` in [turbo/trie/retain_list.go](../../turbo/trie/retain_list.go)

### Extension of the structure to support contracts with contract storage

Expand Down

0 comments on commit 7bcad69

Please sign in to comment.