We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccb50d commit 0532aefCopy full SHA for 0532aef
_episodes/08-func.md
@@ -897,7 +897,7 @@ readable code!
897
> > and does not alter `k` outside of its local copy.
898
> > Therefore the original value of `k` remains unchanged.
899
> > 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
+> > *affect* a new value to it. If `k` was only `read`, it would simply retrieve the
901
> > global `k` value.
902
> {: .solution}
903
{: .challenge}
0 commit comments