Skip to content

Commit b65b45d

Browse files
authored
docs: fix descriptions
Signed-off-by: Athan <[email protected]>
1 parent c303f77 commit b65b45d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/fibonacci/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"$schema": "math/[email protected]",
6969
"base_alias": "fibonacci",
7070
"alias": "fibonacci",
71-
"pkg_desc": "compute the fibonacci number",
72-
"desc": "computes the fibonacci number",
71+
"pkg_desc": "compute the nth Fibonacci number",
72+
"desc": "computes the nth Fibonacci number",
7373
"short_desc": "fibonacci number",
7474
"parameters": [
7575
{

0 commit comments

Comments
 (0)