Skip to content

Commit

Permalink
add minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Jul 12, 2024
1 parent aeebf62 commit 25b33c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ksoroban/kdist/soroban-semantics/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ module CONFIG
<function> .WasmString </function>
<args> .List </args>
<wasm/>
<relativeObjects> .List </relativeObjects>
<relativeObjects> .List </relativeObjects> // List of HostVals with absolute handles to host objects
<contractModIdx> .Int </contractModIdx>
</callState>
<hostStack> .HostStack </hostStack>
<hostObjects> .List </hostObjects>
<hostObjects> .List </hostObjects> // List of ScVals
<callStack> .List </callStack>
<interimStates> .List </interimStates>
</host>
Expand Down

0 comments on commit 25b33c3

Please sign in to comment.