Skip to content

Commit 03d5fb3

Browse files
authored
Merge pull request #822 from Jacob-Lockwood/beldipid
2 parents fb8cd86 + 22350eb commit 03d5fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/tutorial.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ def splitArray(array):
11511151
11521152
splitArray([1, 2, 3, 7, 2, 4, 5])"</code>
11531153
<p>"In "{lang}", it is much simpler, and there are no "<code>"if"</code>"s or "<code>"for"</code>"s to be found:"</p>
1154-
<Editor example="F ← ∩▽¬◡⊙∘⊸◿2\nF [1 2 3 7 2 4 5]"/>
1154+
<Editor example="F ← ∩⌟▽⊸¬⊸◿2\nF [1 2 3 7 2 4 5]"/>
11551155
<p>"That being said, not every problem lends itself to array operations. "{lang}" has a few methods for handling such cases."</p>
11561156

11571157
<Hd id="repeat-do">"Looping with "<Prim prim=Repeat/>" and "<Prim prim=Do/></Hd>

0 commit comments

Comments
 (0)