Skip to content

Commit

Permalink
fix unstable message
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Jul 20, 2023
1 parent 068c271 commit 459a75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/standard/BigInteger.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@ module BigInteger {
:arg n: which Fibonacci number to compute for ``result``.
:type n: ``integral``
*/
@unstable("fib2 is unstable and may move in the future")
@unstable("fib is unstable and may move in the future")
proc fib(ref result: bigint, n: integral) {
const n_ = n.safeCast(c_ulong);

Expand Down

0 comments on commit 459a75a

Please sign in to comment.