diff options
Diffstat (limited to 'lib/gateway/sharder.mli')
| -rw-r--r-- | lib/gateway/sharder.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gateway/sharder.mli b/lib/gateway/sharder.mli index bbd8617..6249d4d 100644 --- a/lib/gateway/sharder.mli +++ b/lib/gateway/sharder.mli @@ -33,7 +33,7 @@ module Shard : sig url: string; (** The websocket URL in use. *)
_internal: Reader.t * Writer.t;
}
-
+
(** Wrapper around an internal state, used to wrap {!shard}. *)
type 'a t = {
mutable state: 'a;
|