diff --git a/doc/site/functions.markdown b/doc/site/functions.markdown index 6d10982d..de9616d8 100644 --- a/doc/site/functions.markdown +++ b/doc/site/functions.markdown @@ -72,8 +72,8 @@ var someFn = Fn.new { } -As you can see it takes a block argument too! All the constructor does it -return that, so this exists purely as a convenience method for you. +As you can see it takes a block argument too! All the constructor does is +return that argument, so this exists purely as a convenience method for you. ## Calling functions