Skip to content

Commit 466c77b

Browse files
Apply suggestions from code review
Co-authored-by: Alexandra Carrillo <[email protected]>
1 parent 722991e commit 466c77b

File tree

1 file changed

+2
-4
lines changed
  • smart-accounts-kit/reference/delegation

1 file changed

+2
-4
lines changed

smart-accounts-kit/reference/delegation/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const execution = createExecution({
184184

185185
## `decodeDelegations`
186186

187-
Decodes a ABI encoded hex string to an array of delegations.
187+
Decodes an ABI-encoded hex string to an array of delegations.
188188

189189
### Parameters
190190

@@ -335,7 +335,7 @@ export const delegation = createDelegation({
335335

336336
## `encodeDelegations`
337337

338-
Encodes an array of delegations to ABI encoded hex string.
338+
Encodes an array of delegations to an ABI-encoded hex string.
339339

340340
### Parameters
341341

@@ -345,8 +345,6 @@ Encodes an array of delegations to ABI encoded hex string.
345345

346346
### Example
347347

348-
### Example
349-
350348
<Tabs>
351349
<TabItem value="example.ts">
352350

0 commit comments

Comments
 (0)