From 3556584478f0953fa2eecf2caba158750047f66a Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 22 Jul 2022 00:32:18 -0400 Subject: [PATCH] Correct missing escape sequences --- docs/integrations/Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/Instructions.md b/docs/integrations/Instructions.md index e5928b6c..18c82396 100644 --- a/docs/integrations/Instructions.md +++ b/docs/integrations/Instructions.md @@ -57,7 +57,7 @@ If the instruction fails, funds are scheduled to be returned to `origin`. - `destination` (Enum { Native(Address), Serai(Address) }): Address to receive funds to. - - `data` (Option>): The data to call + - `data` (Option\>): The data to call the target with. Transfer the funds included with this instruction to the specified address with