docs: fix Context::set_stock_translation reference

This commit is contained in:
link2xt
2025-11-07 03:46:59 +00:00
committed by l
parent 7fef812b1e
commit 75eb94e44f

View File

@@ -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.