mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
small error in comment
This commit is contained in:
parent
7eb4fb370b
commit
bd472ba2e0
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*)
|
*)
|
||||||
|
|
||||||
(** {1 Transient iterators, that abstract on a finite sequence of elements. *)
|
(** {1 Transient iterators, that abstract on a finite sequence of elements.} *)
|
||||||
|
|
||||||
(** Sequence abstract iterator type *)
|
(** Sequence abstract iterator type *)
|
||||||
type 'a t = ('a -> unit) -> unit
|
type 'a t = ('a -> unit) -> unit
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*)
|
*)
|
||||||
|
|
||||||
(** {1 Transient iterators, that abstract on a finite sequence of elements. *)
|
(** {1 Transient iterators, that abstract on a finite sequence of elements.} *)
|
||||||
|
|
||||||
(** The iterators are designed to allow easy transfer (mappings) between data
|
(** The iterators are designed to allow easy transfer (mappings) between data
|
||||||
structures, without defining n^2 conversions between the n types. The
|
structures, without defining n^2 conversions between the n types. The
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue