Skip to content

Commit ff20ab7

Browse files
committed
DOC: Fix rendering difference warning in docs
1 parent a1a6406 commit ff20ab7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
//! dimensions, then an element in the array is accessed by using that many indices.
1717
//! Each dimension is also called an *axis*.
1818
//!
19-
//! - [**`ArrayBase`**](struct.ArrayBase.html):
20-
//! The *n*-dimensional array type itself.
19+
//! - **[`ArrayBase`](struct.ArrayBase.html)**:
20+
//! The *n*-dimensional array type itself.<br>
2121
//! It is used to implement both the owned arrays and the views; see its docs
22-
//! for an overview of all array features.
23-
//! - The main specific array type is [**`Array`**](type.Array.html), which owns
22+
//! for an overview of all array features.<br>
23+
//! - The main specific array type is **[`Array`](type.Array.html)**, which owns
2424
//! its elements.
2525
//!
2626
//! ## Highlights

0 commit comments

Comments
 (0)