Skip to content

Commit

Permalink
Fix code typo in CapCons FLIP
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Aug 2, 2023
1 parent 1fca675 commit f7d2b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/20220203-capability-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ Unlinking and retargeting issued capabilities would change to getting a CapCon a
```cadence
let capCon = issuer.capabilities.storage.getController(byCapabilityID: capabilityID)
capCon.revoke()
capCon.delete()
// or
capCon.retarget(target: /storage/counter2)
```
Expand Down

0 comments on commit f7d2b5c

Please sign in to comment.