1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-08 09:38:04 +00:00

docs: add call to minmax in example

This commit is contained in:
Marcus Wyatt
2022-06-29 05:05:10 -07:00
committed by GitHub
parent 89a645a42a
commit cff6592c4e

View File

@@ -21,5 +21,7 @@ at the same time when you call
```ruby
list = [3,7,4,15,9,1,2]
list.minmax
#=> [1,15]
```