diff options
author | Adam Bard <github@adambard.com> | 2013-08-29 22:50:26 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-08-29 22:50:26 -0700 |
commit | 4dd948ccd297290414eecc6038277e97750c5f5e (patch) | |
tree | 94a8fae7d555d79bd994a84ccab5ad0fdfcc50d6 | |
parent | c7a1136772588e57a3f9c20be9102a80a6f7f3e8 (diff) | |
parent | c03de38c77e9d560d89bbae8eacc39e3b99be3d0 (diff) |
Merge pull request #285 from thenonameguy/patch-1
Fixed typo
-rw-r--r-- | hu-hu/go.html.markdown | 2 |
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 |