summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-08-29 22:50:26 -0700
committerAdam Bard <github@adambard.com>2013-08-29 22:50:26 -0700
commit4dd948ccd297290414eecc6038277e97750c5f5e (patch)
tree94a8fae7d555d79bd994a84ccab5ad0fdfcc50d6
parentc7a1136772588e57a3f9c20be9102a80a6f7f3e8 (diff)
parentc03de38c77e9d560d89bbae8eacc39e3b99be3d0 (diff)
Merge pull request #285 from thenonameguy/patch-1
Fixed typo
-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