Wiki page hello-world.md changed with summary [] by Gareth Halfacree

This commit is contained in:
Gareth Halfacree 2017-10-27 06:05:19 -07:00 committed by apache
parent dbe51f35e8
commit aaa66c0ce3
1 changed files with 1 additions and 1 deletions

View File

@ -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: