From 1ddb39e9bdb6549a1edd98bcb8ff3e8411c0253d Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:57:51 +0000 Subject: [PATCH] docs: typo in actix integrations docs (#2258) Co-authored-by: SleeplessOne1917 --- integrations/actix/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/actix/src/lib.rs b/integrations/actix/src/lib.rs index f4a9a8c14..9f7d19004 100644 --- a/integrations/actix/src/lib.rs +++ b/integrations/actix/src/lib.rs @@ -1361,7 +1361,7 @@ impl LeptosRoutes for &mut ServiceConfig { } } -/// A helper to make it easier to use Axum extractors in server functions. +/// A helper to make it easier to use Actix extractors in server functions. /// /// It is generic over some type `T` that implements [`FromRequest`] and can /// therefore be used in an extractor. The compiler can often infer this type.