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

http://git.enlightenment.org/website/www-content.git/commit/?id=0d5b73f9c70a0413425a5ec9a87ccc51159b4caa

commit 0d5b73f9c70a0413425a5ec9a87ccc51159b4caa
Author: Vitor Sousa da Silva <vitorsousasi...@gmail.com>
Date:   Tue Jan 30 04:32:18 2018 -0800

    Wiki page csharp_tutorial changed with summary [] by Vitor Sousa da Silva
---
 pages/develop/legacy/tutorial/csharp_tutorial.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/legacy/tutorial/csharp_tutorial.txt 
b/pages/develop/legacy/tutorial/csharp_tutorial.txt
index 44e103403..66a5341e5 100644
--- a/pages/develop/legacy/tutorial/csharp_tutorial.txt
+++ b/pages/develop/legacy/tutorial/csharp_tutorial.txt
@@ -182,7 +182,7 @@ Create a new Button (passing the newly created window as 
parent), set new label
         btn.SetVisible(true);
 </code>
 
-And then Register a function to the button ''CLICKED'' event:
+And then register a function to the button ''CLICKED'' event:
 <code csharp>
         btn.CLICKED += (object sender, EventArgs e) => {
                            efl.ui.Config.Exit();

-- 


Reply via email to