[gtk-web: 2/4] Apply 1 suggestion(s) to 1 file(s)




commit 55d5050469a1d923cdbe41e6669671c272a0f461
Author: Emmanuele Bassi <ebassi gmail com>
Date:   Thu Jun 24 13:50:09 2021 +0000

    Apply 1 suggestion(s) to 1 file(s)

 _docs/language-bindings/vala.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/_docs/language-bindings/vala.md b/_docs/language-bindings/vala.md
index d61c95a..34fc7fb 100644
--- a/_docs/language-bindings/vala.md
+++ b/_docs/language-bindings/vala.md
@@ -49,7 +49,7 @@ int main (string[] argv) {
 }
 ```
 
-To compile the program use:
+To compile the program, copy it in your favorite text editor, save it as `hello_world.vala`, and compile it 
from the command line using:
 ```
 valac --pkg gtk4 hello_world.vala
 ```


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]