diff options
author | Michael Muré <batolettre@gmail.com> | 2022-03-10 16:27:22 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-03-10 16:30:27 +0100 |
commit | b11679bc80b115c61a5cdee8ff8b5f8f1f69533d (patch) | |
tree | 956495036e383caab11006239e31e591436a33cd /bug/timeline.go | |
parent | df55cc49a85eaf3a2d3c2ceb1fbcccac19fa6eb8 (diff) | |
download | git-bug-b11679bc80b115c61a5cdee8ff8b5f8f1f69533d.tar.gz |
Fix a bunch of comments and documentations
Diffstat (limited to 'bug/timeline.go')
-rw-r--r-- | bug/timeline.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/timeline.go b/bug/timeline.go index a5ca4da5..4146db36 100644 --- a/bug/timeline.go +++ b/bug/timeline.go @@ -10,7 +10,7 @@ import ( ) type TimelineItem interface { - // ID return the identifier of the item + // Id return the identifier of the item Id() entity.Id } |