commit ad861b7b0e78a0c68821ac2c5af10a7d6a34242a
parent 32ddd43466deb21c811e26496d7f0a73e43cb2e0
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date: Mon, 12 Apr 2021 18:52:38 +0800
docs(*UI.Project): clarify where the allocated data lives
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/kanban/ui.go b/cmd/kanban/ui.go
@@ -57,7 +57,7 @@ type UI struct {
// Project is the currently active kanban Project.
// Contains the state and methods for kanban operations.
- // Points to memory allocated by the storage implementation.
+ // Points into Projects slice.
// nil value implies no active project.
Project *kanban.Project