From c4dbff40f840b44f1e46ab26b5da602ee5c7a209 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Wed, 25 Jul 2018 21:38:34 +0300 Subject: [PATCH] fix spelling --- ...-07-25-understanding-rubyx-though-historic-decisions.haml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/views/posts/{_2018-07-25-understanding-rubyx-though-historic-descisions.haml => _2018-07-25-understanding-rubyx-though-historic-decisions.haml} (99%) diff --git a/app/views/posts/_2018-07-25-understanding-rubyx-though-historic-descisions.haml b/app/views/posts/_2018-07-25-understanding-rubyx-though-historic-decisions.haml similarity index 99% rename from app/views/posts/_2018-07-25-understanding-rubyx-though-historic-descisions.haml rename to app/views/posts/_2018-07-25-understanding-rubyx-though-historic-decisions.haml index 9f638f7..7d61374 100644 --- a/app/views/posts/_2018-07-25-understanding-rubyx-though-historic-descisions.haml +++ b/app/views/posts/_2018-07-25-understanding-rubyx-though-historic-decisions.haml @@ -109,7 +109,7 @@ list, rather than a stack. Since they are completely standard objects, manipulation both at run and compile time is totally integrated. %p - Funation calling has been working for years, but recently i cracked dynamic method + Function calling has been working for years, but recently i cracked dynamic method dispatch too, which was not that hard really. Currently the work is progressing to blocks, and the clear structure does help a lot. And while exceptions (or bindings) are not started, i think they will come with @@ -117,7 +117,7 @@ %h2 Decisions that affect the future -%h3 Mesasm +%h3 Metasm %p I gave =ext_link "Metasm" , "https://github.com/jjyg/metasm/"