Skip to content

Commit

Permalink
doc: missing whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Klokkhammer Helsing <johanhelsing@gmail.com>
  • Loading branch information
gschup and johanhelsing committed Nov 10, 2023
1 parent 1265cbc commit 2dfc0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2dfc0bb

Please sign in to comment.