From 08affada83f35682df78fb979cb99ff4bcf6cecd Mon Sep 17 00:00:00 2001 From: Olivier de Gevigney Date: Sun, 19 Jun 2016 20:08:44 -0700 Subject: [PATCH] Comment does not match signature --- code/functors/fqueue.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/functors/fqueue.mli b/code/functors/fqueue.mli index 5f5465f..5ec02b7 100644 --- a/code/functors/fqueue.mli +++ b/code/functors/fqueue.mli @@ -2,7 +2,7 @@ type 'a t val empty : 'a t -(** [enqueue el q] adds [el] to the back of [q] *) +(** [enqueue q el] adds [el] to the back of [q] *) val enqueue : 'a t -> 'a -> 'a t (** [dequeue q] returns None if the [q] is empty, otherwise returns