@@ -150,11 +150,11 @@ impl<R, M> FluentBundle<R, M> {
150
150
/// existing key in the bundle, the new entry will be ignored and a
151
151
/// `FluentError::Overriding` will be added to the result.
152
152
///
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>`
158
158
///
159
159
/// This allows the user to introduce custom resource management and share
160
160
/// resources between instances of `FluentBundle`.
@@ -240,11 +240,11 @@ impl<R, M> FluentBundle<R, M> {
240
240
/// If any entry in the resource uses the same identifier as an already
241
241
/// existing key in the bundle, the entry will override the previous one.
242
242
///
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>`
248
248
///
249
249
/// This allows the user to introduce custom resource management and share
250
250
/// resources between instances of `FluentBundle`.
0 commit comments