diff --git a/docs/tut/crash-course.md b/docs/tut/crash-course.md index e3c07db..5de9299 100644 --- a/docs/tut/crash-course.md +++ b/docs/tut/crash-course.md @@ -158,7 +158,7 @@ changed, where it will recompute and cache a new value. ```lua create "TextLabel" { Text = function() - "factorial: " .. factorial() + return "factorial: " .. factorial() end }