Skip to content

Commit af0439d

Browse files
authored
Update doc.go
1 parent 233fc75 commit af0439d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/entity/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
// Methods on entity types are limited to:
8585
//
8686
// - **Pure predicates** (e.g. `Message.BelongsToUser()`,
87-
// `Task.IsDone()`) — they read fields and return derived
87+
// `Task.Done()`) — they read fields and return derived
8888
// facts.
8989
// - **Pure derivations** (e.g. `Session.Duration()`).
9090
// - **Display helpers** (e.g. `String()` overrides for

0 commit comments

Comments
 (0)