fix: some typos in slices adv. ops.
This commit is contained in:
@ -5,6 +5,7 @@ var temps = []int{5, 10, 3, 25, 45, 80, 90}
|
||||
// Read returns a range of temperature readings beginning from
|
||||
// the `start` until to the `stop`.
|
||||
func Read(start, stop int) []int {
|
||||
//
|
||||
// Uses a full slice expression to control the length of the
|
||||
// backing array (or the capacity of the returned slice).
|
||||
//
|
||||
|
Reference in New Issue
Block a user