diff options
Diffstat (limited to 'docs/basics.pod6')
-rw-r--r-- | docs/basics.pod6 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/basics.pod6 b/docs/basics.pod6 index 694983f..5770f4f 100644 --- a/docs/basics.pod6 +++ b/docs/basics.pod6 @@ -50,8 +50,7 @@ repeated data. my $new-response = $client.sync(:$since); There's a C<filter> argument that you could use to filter the response. To -see available parameters to the filter you can go -L<here|https://matrix.org/docs/spec/client_server/r0.3.0.html#post-matrix-client-r0-user-userid-filter>. +see available parameters to the filter you can go L<here|https://matrix.org/docs/spec/client_server/r0.3.0.html#post-matrix-client-r0-user-userid-filter>. # limit the messages per room to 1 |