Fix docstring

This commit is contained in:
David Robertson 2023-10-02 18:16:15 +01:00
parent 2e1df2c6a8
commit c1ab22e152
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD

View File

@ -777,7 +777,7 @@ func clampSliceRangeToListSize(ctx context.Context, r [2]int64, totalRooms int64
}
}
// Returns a slice containing copies of the keys of the given map, in no particular
// keys returns a slice containing copies of the keys of the given map, in no particular
// order.
func keys[K comparable, V any](m map[K]V) []K {
if m == nil {