doc: remove spurious line

This commit is contained in:
Simon Cruanes 2018-12-13 19:09:57 -06:00
parent f30223c583
commit dc4ebbc7ad

View file

@ -57,7 +57,6 @@ With iter, if the source structure provides a
`iter` function (or a `to_iter` wrapper), it becomes: `iter` function (or a `to_iter` wrapper), it becomes:
```ocaml ```ocaml
# #use "src/Iter.ml";;
# let q = Queue.create();; # let q = Queue.create();;
# Iter.( 1 -- 10 |> to_queue q);; # Iter.( 1 -- 10 |> to_queue q);;
- : unit = () - : unit = ()