Skip to content

Commit 0d4eb7f

Browse files
fix: ✏️ fix syntax error in onTap function documentation (#409)
1 parent da9ba99 commit 0d4eb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ ChatList(
161161
),
162162
),
163163
tileConfig: ListTileConfig(
164-
onTap: (chat) {,
164+
onTap: (chat) {
165165
// Handle chat tile tap
166166
},
167167
),

0 commit comments

Comments
 (0)