diff options
| author | Szabó Krisztián <thenonameguy24@gmail.com> | 2013-08-30 07:38:22 +0200 | 
|---|---|---|
| committer | Szabó Krisztián <thenonameguy24@gmail.com> | 2013-08-30 07:38:22 +0200 | 
| commit | c03de38c77e9d560d89bbae8eacc39e3b99be3d0 (patch) | |
| tree | 94a8fae7d555d79bd994a84ccab5ad0fdfcc50d6 | |
| parent | c7a1136772588e57a3f9c20be9102a80a6f7f3e8 (diff) | |
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 | 
