From fa3258dfdc8049cde29e814c6e673ee765a0e475 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Sun, 14 Jun 2015 23:41:03 +0300 Subject: [PATCH] Update development guide --- 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 08528e380..e8ca6471b 100644 --- a/05.dev-guide.md +++ b/05.dev-guide.md @@ -30,7 +30,7 @@ The application will generate the following output: Hello, World! ``` -## Step 2. Split execution environment initialization, script execution and execution environment cleanup +## Step 2. Split engine initialization and script execution Here we perform the same actions, as `jerry_run_simple`, while splitting into several steps: