Skip to content

Commit 1256f6a

Browse files
committed
Fix parameter name
1 parent 4cb9cc3 commit 1256f6a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/fibonacci/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/fibonacci/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static const int64_t fibonacci_value[ 79 ] = {
104104
/**
105105
* Computes the nth Fibonacci number.
106106
*
107-
* @param x input value
107+
* @param n input value
108108
* @return output value
109109
*
110110
* @example

0 commit comments

Comments
 (0)