Skip to content

Commit

Permalink
typo in godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Oct 28, 2024
1 parent 9683a39 commit e74b91c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/web/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ type Handler struct {
// open.
wsIODeadline time.Duration

// findCache is used to cache the find endpoint answer. As this endpoint is unprotected and has high rate-limits,
// each call must cause minimal work. The cached answer can be modulated after, for example if the caller specified
// a specific Automatic Updates UUID or group.
// findEndpointCache is used to cache the find endpoint answer. As this endpoint is unprotected and has high
// rate-limits, each call must cause minimal work. The cached answer can be modulated after, for example if the
// caller specified its Automatic Updates UUID or group.
findEndpointCache *utils.FnCache
}

Expand Down

0 comments on commit e74b91c

Please sign in to comment.