Skip to content

Commit d8a36e7

Browse files
authored
Add missing closing paranthesis
1 parent 8db386c commit d8a36e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@ definition::
25602560
#[AsLiveComponent]
25612561
class SearchModule
25622562
{
2563-
#[LiveProp(writable: true, url: new UrlMapping(as: 'q')]
2563+
#[LiveProp(writable: true, url: new UrlMapping(as: 'q'))]
25642564
public string $query = '';
25652565

25662566
// ...

0 commit comments

Comments
 (0)