You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fluent-bundle/src/bundle.rs
+3-1
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,9 @@ use crate::types::FluentValue;
130
130
/// As you may have noticed, [`fluent_bundle::FluentBundle`](crate::FluentBundle) is a specialization of [`fluent_bundle::bundle::FluentBundle`](crate::bundle::FluentBundle)
131
131
/// which works with an [`IntlLangMemoizer`] over [`RefCell`](std::cell::RefCell).
132
132
/// In scenarios where the memoizer must work concurrently, there's an implementation of
133
-
/// [`IntlLangMemoizer`](intl_memoizer::concurrent::IntlLangMemoizer) that uses [`Mutex`](std::sync::Mutex) and there's [`FluentBundle::new_concurrent`] which works with that.
133
+
/// [`IntlLangMemoizer`][concurrent::IntlLangMemoizer] that uses [`Mutex`](std::sync::Mutex) and there's [`FluentBundle::new_concurrent`] which works with that.
0 commit comments