Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Jun 26, 2024
1 parent f6bbb16 commit b9baad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/typing/decimal/decimal.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/cockroachdb/apd/v3"
)

// Decimal is Artie's wrapper around *apd.Decimal) which can store large numbers w/ no precision loss.
// Decimal is Artie's wrapper around [apd.Decimal] which can store large numbers w/ no precision loss.
type Decimal struct {
scale int
precision *int
Expand Down

0 comments on commit b9baad6

Please sign in to comment.