This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
gravity-lang
mirror of
https://github.com/marcobambini/gravity.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Typo fixed in sample code.
Marco Bambini
8 years ago
parent
109a1e6233
commit
07cdf718d3
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
docs/syntax.html
+ 1
- 1
docs/syntax.html
View File
@@ -154,7 +154,7 @@
func f1() {
func f1() {
return f2();
return f2();
}
}
- func f
3
() {
+ func f
2
() {
return 42;
return 42;
}
}