Browse Source

Typo fixed in sample code.

Marco Bambini 8 years ago
parent
commit
07cdf718d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/syntax.html

+ 1 - 1
docs/syntax.html

@@ -154,7 +154,7 @@
 	func f1() {
 	func f1() {
 	    return f2();
 	    return f2();
 	}
 	}
-	func f3() {
+	func f2() {
 	    return 42;
 	    return 42;
 	}
 	}