From aaa66c0ce38e5d6e41bfde0c18559e14cd4bf549 Mon Sep 17 00:00:00 2001 From: Gareth Halfacree Date: Fri, 27 Oct 2017 06:05:19 -0700 Subject: [PATCH] Wiki page hello-world.md changed with summary [] by Gareth Halfacree --- pages/develop/tutorial/c/hello-world.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/tutorial/c/hello-world.md.txt b/pages/develop/tutorial/c/hello-world.md.txt index 63e2754d1..ea2249b9d 100644 --- a/pages/develop/tutorial/c/hello-world.md.txt +++ b/pages/develop/tutorial/c/hello-world.md.txt @@ -92,7 +92,7 @@ Any programs you create with EFL must always terminate by calling ``efl_exit()`` The parameter ``efl_exit()`` is the value your program returns to the operating system. -### Automatic EFL setup and Shutdown ### +### Automatic EFL Setup and Shutdown ### This final piece of "boilerplate" code should be included at the end of every EFL program: