From b9baad6aced12c757de4ae71f2114fd80b379a8f Mon Sep 17 00:00:00 2001 From: Nathan <148575555+nathan-artie@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:39:09 -0700 Subject: [PATCH] Update --- lib/typing/decimal/decimal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/typing/decimal/decimal.go b/lib/typing/decimal/decimal.go index 719db9909..70a54104f 100644 --- a/lib/typing/decimal/decimal.go +++ b/lib/typing/decimal/decimal.go @@ -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