Fix README

This commit is contained in:
jeff 2024-01-03 15:05:46 +00:00
parent f5306be3dd
commit 8e95b4af75

View File

@ -246,7 +246,7 @@ say_hi = () <none> {
}
# This function has one argument and will return a value.
add_one = (fn number <num>) <num> {
add_one = (number <num>) <num> {
number + 1
}