From 7e49087919805686e5076950fe38e8e786eeeade Mon Sep 17 00:00:00 2001 From: Adelyn Breedlove Date: Mon, 21 Jan 2019 20:20:27 -0700 Subject: fix a doc typo --- lib/sharder.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sharder.mli') diff --git a/lib/sharder.mli b/lib/sharder.mli index aa040f9..86a0da0 100644 --- a/lib/sharder.mli +++ b/lib/sharder.mli @@ -27,6 +27,7 @@ module Shard : sig url: string; (** The websocket URL in use. *) id: int * int; (** A tuple as expected by Discord. First element is the current shard index, second element is the total shard count. *) } + (** Wrapper around an internal state, used to wrap {!shard}. *) type 'a t = { mutable state: 'a; -- cgit v1.2.3