From 6f3f01a541770f0640ba372a561d77e246e7bedc Mon Sep 17 00:00:00 2001 From: Jacob Mason Date: Sun, 2 Nov 2025 07:47:02 -0600 Subject: [PATCH] Fix typo in factory attribute link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94db1b3..0fd3856 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ before, lockjaw should feel familiar. → [`#[binds_option_of]`](https://docs.rs/lockjaw/latest/lockjaw/module_attributes/attr.binds_option_of.html) Allow some bindings to be missing * [Factories](https://github.com/google/auto/tree/master/factory) - → [`#[facotry]`](https://docs.rs/lockjaw/latest/lockjaw/injectable_attributes/attr.factory.html) + → [`#[factory]`](https://docs.rs/lockjaw/latest/lockjaw/injectable_attributes/attr.factory.html) create objects with both injected fields and runtime fields. * [Hilt](https://dagger.dev/hilt/) → [`#[define_component]`](https://docs.rs/lockjaw/latest/lockjaw/attr.define_component.html) / [ @@ -183,4 +183,4 @@ This is not an officially supported Google product. Lockjaw is currently in early development and all APIs are subjected to changes. Some feature are also implemented in a [hacky way](https://azureblaze.github.io/lockjaw/caveats.html). Use at your -own risk. \ No newline at end of file +own risk.