@@ -150,11 +150,11 @@ impl<R, M> FluentBundle<R, M> {
150150 /// existing key in the bundle, the new entry will be ignored and a
151151 /// `FluentError::Overriding` will be added to the result.
152152 ///
153- /// The method can take any type that can be borrowed to `FluentResource`:
154- /// - FluentResource
155- /// - &FluentResource
156- /// - Rc<FluentResource>
157- /// - Arc<FluentResurce>
153+ /// The method can take any type that can be borrowed to [ `FluentResource`] :
154+ /// - ` FluentResource`
155+ /// - ` &FluentResource`
156+ /// - ` Rc<FluentResource>`
157+ /// - ` Arc<FluentResource>`
158158 ///
159159 /// This allows the user to introduce custom resource management and share
160160 /// resources between instances of `FluentBundle`.
@@ -240,11 +240,11 @@ impl<R, M> FluentBundle<R, M> {
240240 /// If any entry in the resource uses the same identifier as an already
241241 /// existing key in the bundle, the entry will override the previous one.
242242 ///
243- /// The method can take any type that can be borrowed as FluentResource:
244- /// - FluentResource
245- /// - &FluentResource
246- /// - Rc<FluentResource>
247- /// - Arc<FluentResurce>
243+ /// The method can take any type that can be borrowed as [` FluentResource`] :
244+ /// - ` FluentResource`
245+ /// - ` &FluentResource`
246+ /// - ` Rc<FluentResource>`
247+ /// - ` Arc<FluentResource>`
248248 ///
249249 /// This allows the user to introduce custom resource management and share
250250 /// resources between instances of `FluentBundle`.
0 commit comments