From 2dfc0bb1b4e4c0812816f0f4951aa43a40581e1c Mon Sep 17 00:00:00 2001 From: Georg Friedrich Schuppe Date: Fri, 10 Nov 2023 00:24:28 -0800 Subject: [PATCH] doc: missing whitespace Co-authored-by: Johan Klokkhammer Helsing --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 0ad9881..643f33e 100644 --- a/src/error.rs +++ b/src/error.rs @@ -6,7 +6,7 @@ use crate::Frame; /// This enum contains all error messages this library can return. Most API functions will generally return a [`Result<(),GgrsError>`]. /// -/// [`Result<(),GgrsError>`]: std::result::Result +/// [`Result<(), GgrsError>`]: std::result::Result #[derive(Debug, Clone, PartialEq, Hash)] pub enum GgrsError { /// When the prediction threshold has been reached, we cannot accept more inputs from the local player.