diff options
author | ven <vendethiel@hotmail.fr> | 2015-06-27 16:07:21 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-06-27 16:07:21 +0200 |
commit | ed8f34eb3337bd78e2dca23be34746d01272f1ae (patch) | |
tree | 62ccab731d4a9c67a8a45f50683fd85b657615fe | |
parent | 53ab3a72c0c8a4e710e51a5ff64412ec3c239144 (diff) |
fix typo, resolves #1156
-rw-r--r-- | perl6.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl6.html.markdown b/perl6.html.markdown index 44ad333c..de7d2f25 100644 --- a/perl6.html.markdown +++ b/perl6.html.markdown @@ -1044,7 +1044,7 @@ postcircumfix:<{ }>(%h, $key, :delete); # (you can call operators like that) # *everything* -- with great power comes great responsibility) ## Meta operators ! -# Oh boy, get ready. Get ready, because we're dwelving deep +# Oh boy, get ready. Get ready, because we're delving deep # into the rabbit's hole, and you probably won't want to go # back to other languages after reading that. # (I'm guessing you don't want to already at that point). |