summaryrefslogtreecommitdiffhomepage
path: root/hu-hu
diff options
context:
space:
mode:
authorSzabó Krisztián <thenonameguy24@gmail.com>2013-08-30 07:38:22 +0200
committerSzabó Krisztián <thenonameguy24@gmail.com>2013-08-30 07:38:22 +0200
commitc03de38c77e9d560d89bbae8eacc39e3b99be3d0 (patch)
tree94a8fae7d555d79bd994a84ccab5ad0fdfcc50d6 /hu-hu
parentc7a1136772588e57a3f9c20be9102a80a6f7f3e8 (diff)
Fixed typo
Diffstat (limited to 'hu-hu')
-rw-r--r--hu-hu/go.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/hu-hu/go.html.markdown b/hu-hu/go.html.markdown
index 69849858..621ebdbf 100644
--- a/hu-hu/go.html.markdown
+++ b/hu-hu/go.html.markdown
@@ -38,7 +38,7 @@ import (
"strconv" // Stringek átalakítására szolgáló csomag
)
-// Funkció deklarás, a main nevű funkció a program kezdőpontja.
+// Funkció deklarálás, a main nevű funkció a program kezdőpontja.
func main() {
// Println kiírja a beadott paramétereket a standard kimenetre.
// Ha más csomagot funkcióját akarjuk használni, akkor azt jelezni kell a