We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05f82b commit b7b9423Copy full SHA for b7b9423
mcp/features.go
@@ -18,7 +18,7 @@ import (
18
// Every feature has a unique ID, and the spec never mentions
19
// an ordering for the List calls, so what it calls a "list" is actually a set.
20
//
21
-// An alternative implementation would use an ordered map, but that's probable
+// An alternative implementation would use an ordered map, but that's probably
22
// not necessary as adds and removes are rare, and usually batched.
23
type featureSet[T any] struct {
24
uniqueID func(T) string
0 commit comments