diff options
Diffstat (limited to 'bug/bug.go')
-rw-r--r-- | bug/bug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |