diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-06-04 23:03:20 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-06-04 23:03:20 -0300 |
commit | 0769ebef8221cf5fc40a070c7f19d4a8a8e94a46 (patch) | |
tree | 62d3ee6ce316125e2bad730c1efde4668b1e5bd9 /docs | |
parent | 22e9276301e5c9b1a9a38148a5c9ba4194218cea (diff) | |
download | perl6-matrix-client-0769ebef8221cf5fc40a070c7f19d4a8a8e94a46.tar.gz |
Fix missing =end pod
Diffstat (limited to 'docs')
-rw-r--r-- | docs/room.pod6 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/room.pod6 b/docs/room.pod6 index 1df8c84..9724793 100644 --- a/docs/room.pod6 +++ b/docs/room.pod6 @@ -66,3 +66,5 @@ It will return the C<event_id> for this state change. method leave() Leaves the room. + +=end pod |