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 2dfc0bb commit d3f9417
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 @@ -4,7 +4,7 @@ use std::fmt::Display;

use crate::Frame;

/// This enum contains all error messages this library can return. Most API functions will generally return a [`Result<(),GgrsError>`].
/// This enum contains all error messages this library can return. Most API functions will generally return a [`Result<(), GgrsError>`].
///
/// [`Result<(), GgrsError>`]: std::result::Result
#[derive(Debug, Clone, PartialEq, Hash)]
Expand Down

0 comments on commit d3f9417

Please sign in to comment.