Skip to content

Commit

Permalink
drive-by formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 7, 2025
1 parent 5399535 commit bdc5fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/docs/03-template-syntax/12-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ The `Action` interface receives three optional type arguments — a node type (w
* onswiperight: (e: CustomEvent) => void;
* onswipeleft: (e: CustomEvent) => void;
* // ...
* }>}
* }
* >}
*/
function gestures(node) {
$effect(() => {
Expand Down

0 comments on commit bdc5fc1

Please sign in to comment.