From 75eb94e44f46e2d6b55bf25e549748d4ae463427 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 7 Nov 2025 03:46:59 +0000 Subject: [PATCH] docs: fix Context::set_stock_translation reference --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index 642ab2dca..1947ccedd 100644 --- a/src/context.rs +++ b/src/context.rs @@ -138,7 +138,7 @@ impl ContextBuilder { /// /// This is useful in order to share the same translation strings in all [`Context`]s. /// The mapping may be empty when set, it will be populated by - /// [`Context::set_stock-translation`] or [`Accounts::set_stock_translation`] calls. + /// [`Context::set_stock_translation`] or [`Accounts::set_stock_translation`] calls. /// /// Note that the [account manager](crate::accounts::Accounts) is designed to handle the /// common case for using multiple [`Context`] instances.