aboutsummaryrefslogtreecommitdiff
path: root/lib/gateway/sharder.mli
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2019-03-01 23:15:23 -0700
committerAdelyn Breedlove <[email protected]>2019-03-01 23:15:23 -0700
commitef28f111cfec95a62b21a9267f9d24b1edc645dd (patch)
treec5a93c0072823aaeac425f6263c076333b55d225 /lib/gateway/sharder.mli
parentRemove use of Tyre in favour of Str lib (diff)
downloaddisml-ef28f111cfec95a62b21a9267f9d24b1edc645dd.tar.xz
disml-ef28f111cfec95a62b21a9267f9d24b1edc645dd.zip
Style improvements who dis
Diffstat (limited to 'lib/gateway/sharder.mli')
-rw-r--r--lib/gateway/sharder.mli2
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;