Skip to content

Commit

Permalink
docs: Fix missing closing code block ``` (#10424)
Browse files Browse the repository at this point in the history
automerge
  • Loading branch information
ryoqun authored Jun 5, 2020
1 parent db82d9e commit 3cea73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/implemented-proposals/cross-program-invocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ To sign an account with program derived addresses, a program may `invoke_signed(
&[&["First addresses seed"],
&["Second addresses first seed", "Second addresses second seed"]],
)?;
```

### Reentrancy

Expand Down

0 comments on commit 3cea73c

Please sign in to comment.