From 19efdd2daacb042f601661c7b206dbfced12dc6e Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 22 Feb 2017 19:15:37 -0600 Subject: [PATCH] typo --- _posts/2014-06-01-obfuscating-hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2014-06-01-obfuscating-hello-world.md b/_posts/2014-06-01-obfuscating-hello-world.md index ebcf560..91da545 100644 --- a/_posts/2014-06-01-obfuscating-hello-world.md +++ b/_posts/2014-06-01-obfuscating-hello-world.md @@ -351,7 +351,7 @@ Then, into anonymous-recursive form: {% endhighlight %} -For fun, we'll factor out argcount operation into an additional function +For fun, we'll factor out the argcount operation into an additional function argument, and obfuscate some variable names: {% highlight python linenos=table %}