diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 20:18:08 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 20:18:08 -0500 |
| commit | bc0245f0be38e547ad76bcd719c6dedbb161f0f4 (patch) | |
| tree | 3649c29ade245e5a2fb8b2c47e19ac7b2d707a91 /help/catch.md | |
| parent | 5566ea9429f75b54a8cffb9ebea7747ea651d52c (diff) | |
Remove extra leading spaces from code examples
Diffstat (limited to 'help/catch.md')
| -rw-r--r-- | help/catch.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/catch.md b/help/catch.md index b3ce426f..a824a8bc 100644 --- a/help/catch.md +++ b/help/catch.md @@ -10,6 +10,6 @@ If an error happens when `𝔽` is applied, cancel its execution, apply `𝔾` t Otherwise, return the result of `𝔽`. - ∾⎊{"error occurred with argument: "∾•Fmt 𝕩} 1 + ∾⎊{"error occurred with argument: "∾•Fmt 𝕩} 1 - ∾⎊{"error occurred with argument: "∾•Fmt 𝕩} ⟨⟨1,2⟩, ⟨3,4⟩⟩ + ∾⎊{"error occurred with argument: "∾•Fmt 𝕩} ⟨⟨1,2⟩, ⟨3,4⟩⟩ |
