Skip to content

Commit

Permalink
Update the string representation of a built-in function
Browse files Browse the repository at this point in the history
  • Loading branch information
dwayne committed May 25, 2022
1 parent 6bdae06 commit 217fc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monkey/Interpreter.elm
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ valueToString value =
"<function>"

VBuiltInFunction _ ->
"<built-in-function>"
"<built-in function>"


builtInFunctions : Env
Expand Down

0 comments on commit 217fc65

Please sign in to comment.