Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Nov 20, 2023
1 parent e9c9ced commit 79796bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pub struct TableCellProps<'a> {
/// `TableCell` component.
///
/// # Props
/// See [`TableCell`].
/// See [`TableCellProps`].
///
#[allow(non_snake_case)]
pub fn TableCell<'a>(cx: Scope<'a, TableCellProps<'a>>) -> Element {
Expand Down

0 comments on commit 79796bc

Please sign in to comment.