From bda9df0dfbb7b3b478737abd0b738dcfbde0075b Mon Sep 17 00:00:00 2001 From: Christian Reinecke Date: Wed, 2 Oct 2024 12:52:49 +0200 Subject: [PATCH] fix: package comment --- errors/reason/reason.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/reason/reason.go b/errors/reason/reason.go index 85960b8..a8e8348 100644 --- a/errors/reason/reason.go +++ b/errors/reason/reason.go @@ -1,4 +1,4 @@ -// Package reason handles error reasons to separate internal from user errors. +// Package reason contains types and functions commonly used to handle reason detection and extraction. package reason import (