Skip to content

Commit f4cbb18

Browse files
committed
Merge remote-tracking branch 'upstream/main' into update_removed_stdlib_modules
% Conflicts: % config.json
2 parents 3ff7a99 + 9713c77 commit f4cbb18

File tree

2 files changed

+773
-778
lines changed

2 files changed

+773
-778
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)