From 5a4c30bbd4a71a1a4ffba421a24257b423a75767 Mon Sep 17 00:00:00 2001 From: Evgeny Gavrin Date: Fri, 26 Jun 2015 20:52:39 +0300 Subject: [PATCH] Fix --- 05.dev-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05.dev-guide.md b/05.dev-guide.md index ac3b1f5dd..d34a8a1c2 100644 --- a/05.dev-guide.md +++ b/05.dev-guide.md @@ -65,7 +65,7 @@ main (int argc, char * argv[]) { } {% endhighlight %} -While code became a bit more complex, the change introduced possibilities to interact with JerryScript step by step, setup native objects, call Javascript functions, etc. +Our code is more complex now, but it introduces possibilities to interact with JerryScript step-by-step: setup native objects, call JavaScript functions, etc. ## Step 3. Execution in 'eval'-mode