mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Fix docstring
This commit is contained in:
parent
2e1df2c6a8
commit
c1ab22e152
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user