Skip to content

Commit b7b9423

Browse files
committed
fix some typos
1 parent a05f82b commit b7b9423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
// Every feature has a unique ID, and the spec never mentions
1919
// an ordering for the List calls, so what it calls a "list" is actually a set.
2020
//
21-
// An alternative implementation would use an ordered map, but that's probable
21+
// An alternative implementation would use an ordered map, but that's probably
2222
// not necessary as adds and removes are rare, and usually batched.
2323
type featureSet[T any] struct {
2424
uniqueID func(T) string

0 commit comments

Comments
 (0)