diff --git a/lib/job_interview/fibonacci.rb b/lib/job_interview/fibonacci.rb index 7c49594..5a3b8db 100644 --- a/lib/job_interview/fibonacci.rb +++ b/lib/job_interview/fibonacci.rb @@ -3,7 +3,7 @@ module JobInterview module Fibonacci ## - # args should be the strategy to be used (one of :iterative, :recursive) + # args should be the strategy to be used (one of :iterative, :recursive, :matrix) # Defaults to recursive # def fib(n, *args)