From da80654017f98b84482e054594669b9481c596e4 Mon Sep 17 00:00:00 2001 From: Quint Daenen Date: Tue, 24 Sep 2024 19:05:34 +0200 Subject: [PATCH] Fix typo. --- common/crust/result.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/crust/result.go b/common/crust/result.go index b4ef18a..159a6ad 100644 --- a/common/crust/result.go +++ b/common/crust/result.go @@ -1,4 +1,4 @@ -package cmotoko +package crust // Result is a generic type that represents either success (Ok) or failure (Err). // It is used as the return type of functions which may fail.