Skip to content

Commit f7d81dc

Browse files
committed
[*] DnD List: fix tests
1 parent 138acd9 commit f7d81dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

primitives/src/drag_and_drop_list.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ pub struct DragAndDropListProps {
7070

7171
/// # DragAndDropList
7272
///
73-
/// A list can be used to display content related to a single subject.
73+
/// A list can be used to display content related to a single subject.
7474
/// The content can consist of multiple elements of varying type and size.
7575
/// Used when a user wants to change a collection order.
76-
///
76+
///
7777
/// ## Example
7878
///
7979
/// ```rust
@@ -163,7 +163,7 @@ pub struct DragAndDropListItemProps {
163163
///
164164
/// This component represents an individual draggable item in the dnd list.
165165
/// This must be used inside a [`DragAndDropList`] component.
166-
///
166+
///
167167
/// ## Example
168168
///
169169
/// ```rust

0 commit comments

Comments
 (0)