Skip to content

Commit 75eb94e

Browse files
committed
docs: fix Context::set_stock_translation reference
1 parent 7fef812 commit 75eb94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl ContextBuilder {
138138
///
139139
/// This is useful in order to share the same translation strings in all [`Context`]s.
140140
/// The mapping may be empty when set, it will be populated by
141-
/// [`Context::set_stock-translation`] or [`Accounts::set_stock_translation`] calls.
141+
/// [`Context::set_stock_translation`] or [`Accounts::set_stock_translation`] calls.
142142
///
143143
/// Note that the [account manager](crate::accounts::Accounts) is designed to handle the
144144
/// common case for using multiple [`Context`] instances.

0 commit comments

Comments
 (0)