Skip to content

Commit 71fd53e

Browse files
committed
Adjust docs
1 parent 496c678 commit 71fd53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decimal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ func (d Decimal) Ln(precision int32) (Decimal, error) {
937937
comp1 = comp1.Sub(comp3)
938938

939939
if prevStep.Add(comp3).IsZero() {
940-
// If iteration steps oscillate we should return early and prevent an infinity loop
940+
// If iteration steps oscillate we should return early and prevent infinity loop
941941
// NOTE(mwoss): This should be quite a rare case, returning error is not necessary
942942
break
943943
}

0 commit comments

Comments
 (0)