From b11679bc80b115c61a5cdee8ff8b5f8f1f69533d Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 10 Mar 2022 16:27:22 +0100 Subject: Fix a bunch of comments and documentations --- bug/bug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bug/bug.go') diff --git a/bug/bug.go b/bug/bug.go index 9d19a42c..48269a91 100644 --- a/bug/bug.go +++ b/bug/bug.go @@ -28,7 +28,7 @@ var def = dag.Definition{ var ClockLoader = dag.ClockLoader(def) -// Bug hold the data of a bug thread, organized in a way close to +// Bug holds the data of a bug thread, organized in a way close to // how it will be persisted inside Git. This is the data structure // used to merge two different version of the same Bug. type Bug struct { -- cgit