Skip to content

Commit

Permalink
docs: typo in docs for ServerFnErrorErr (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanikVitek authored Aug 1, 2023
1 parent c9f608d commit 248beb4
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 @@ -110,7 +110,7 @@ where

/// Type for errors that can occur when using server functions.
///
/// Unlike [`ServerFnErrorErr`], this implements [`std::error::Error`]. This means
/// Unlike [`ServerFnError`], this implements [`std::error::Error`]. This means
/// it can be used in situations in which the `Error` trait is required, but it’s
/// not possible to create a blanket implementation that converts other errors into
/// this type.
Expand Down

0 comments on commit 248beb4

Please sign in to comment.