property_parser: fix typo in docstring
Some checks failed
Build and test / build (push) Successful in 10m34s
Build and test / check (push) Failing after 5m26s
Build and test / test (push) Successful in 2m24s
Build and test / docs (push) Has been cancelled

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-14 12:57:28 +01:00
parent fc7ff1c9bf
commit 5b6377eaae
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -1,5 +1,5 @@
//! JSON parsing logic for properties returned by
//! [[`Event::PropertyChange`], and used internally in `MpvExt`
//! [`Event::PropertyChange`], and used internally in `MpvExt`
//! to parse the response from `Mpv::get_property()`.
//!
//! This module is used to parse the json data from the `data` field of