WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=92e530741d1d5fb1ba53b154fdd78f959bf78c4e

commit 92e530741d1d5fb1ba53b154fdd78f959bf78c4e
Author: Xavi Artigas <[email protected]>
Date:   Wed Mar 6 04:12:11 2019 -0800

    Wiki page hello-world-cs.md changed with summary [Adapt to latest EFL# 
syntax] by Xavi Artigas
---
 pages/develop/tutorials/csharp/hello-world-cs.md.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pages/develop/tutorials/csharp/hello-world-cs.md.txt 
b/pages/develop/tutorials/csharp/hello-world-cs.md.txt
index f91eb5293..bdf293543 100644
--- a/pages/develop/tutorials/csharp/hello-world-cs.md.txt
+++ b/pages/develop/tutorials/csharp/hello-world-cs.md.txt
@@ -120,7 +120,7 @@ Observe how the window is created as a child of 
`Efl.App.AppMain`, the applicati
 Also, note the further customization of the Window object:
 
 * The window title is set to `Hello World`.
-* The `autohide` flag is set to true. This means that the window will 
automatically be hidden when the user closes it. The default behavior for an 
app when all its windows are hidden is to quit.
+* The `Autohide` flag is set to true. This means that the window will 
automatically be hidden when the user closes it. The default behavior for an 
app when all its windows are hidden is to quit.
 
 ### The Window Size ###
 
@@ -167,7 +167,6 @@ In this tutorial you have learned:
 
 The following tutorial adds some text and a button to the UI, and shows how to 
react to a button press.
 
-
 ## Further Reading ##
 
 [Setting Up a C# Development Environment](/develop/setup/csharp/)

-- 


Reply via email to