Skip to content

Commit 0532aef

Browse files
committed
Fix typo
1 parent 4ccb50d commit 0532aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/08-func.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ readable code!
897897
> > and does not alter `k` outside of its local copy.
898898
> > Therefore the original value of `k` remains unchanged.
899899
> > Beware that a local `k` is created because `f2k` internal statements
900-
> > *affect* a new value to it. If `k` was only `read`, it would simply retreive the
900+
> > *affect* a new value to it. If `k` was only `read`, it would simply retrieve the
901901
> > global `k` value.
902902
> {: .solution}
903903
{: .challenge}

0 commit comments

Comments
 (0)