Skip to content

Commit 9713c77

Browse files
schurhammerlpil
authored andcommitted
fix missing word in blurb
1 parent 09edcf5 commit 9713c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/tail-call-optimisation/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"blurb": "A function call is a tail-call if it is the last thing executed by the. Tail-calls are optimised to avoid adding a new stack frame for the function call.",
2+
"blurb": "A function call is a tail-call if it is the last thing executed by the calling function. Tail-calls are optimised to avoid adding a new stack frame for the function call.",
33
"authors": [
44
"lpil"
55
],

0 commit comments

Comments
 (0)