Skip to content

Commit 73c21b8

Browse files
committed
Fixed bug in example
1 parent 499f013 commit 73c21b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/functions/functions.dyon

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fn print__function(f) {
1515
if f.arguments[i].lifetime != none() {
1616
print(": '" + unwrap(f.arguments[i].lifetime))
1717
if f.arguments[i].takes != "any" {
18-
print(" " + f.argument[i].takes)
18+
print(" " + f.arguments[i].takes)
1919
}
2020
} else {
2121
if f.arguments[i].takes != "any" {

0 commit comments

Comments
 (0)