Skip to content

Commit

Permalink
docs: fix doclink to Error (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 authored Aug 1, 2023
1 parent f837d3e commit c9f608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_fn/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use thiserror::Error;
/// This is a result type into which any error can be converted,
/// and which can be used directly in your `view`.
///
/// All errors will be stored as [`Error`].
/// All errors will be stored as [`struct@Error`].
pub type Result<T, E = Error> = core::result::Result<T, E>;

/// A generic wrapper for any error.
Expand Down

0 comments on commit c9f608d

Please sign in to comment.