diff --git a/server_fn/src/error.rs b/server_fn/src/error.rs index cbb19a3f40..6f621c4aae 100644 --- a/server_fn/src/error.rs +++ b/server_fn/src/error.rs @@ -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.