We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233fc75 commit af0439dCopy full SHA for af0439d
1 file changed
internal/entity/doc.go
@@ -84,7 +84,7 @@
84
// Methods on entity types are limited to:
85
//
86
// - **Pure predicates** (e.g. `Message.BelongsToUser()`,
87
-// `Task.IsDone()`) — they read fields and return derived
+// `Task.Done()`) — they read fields and return derived
88
// facts.
89
// - **Pure derivations** (e.g. `Session.Duration()`).
90
// - **Display helpers** (e.g. `String()` overrides for
0 commit comments