Skip to content

Commit

Permalink
display the word value as code again
Browse files Browse the repository at this point in the history
  • Loading branch information
human154 authored and lpil committed Mar 5, 2024
1 parent 81cd270 commit e1d6c11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub fn main() {
io.debug(twice("Hello", exclaim))
}

// The name value refers to the same type multiple times
// The name `value` refers to the same type multiple times
fn twice(argument: value, function: fn(value) -> value) -> value {
function(function(argument))
}

0 comments on commit e1d6c11

Please sign in to comment.