From 99884b670d4dac23d83b1af904367144632a4a08 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 14 Dec 2024 12:57:28 +0100 Subject: [PATCH] property_parser: fix typo in docstring --- src/property_parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/property_parser.rs b/src/property_parser.rs index 75a162d..6cb3776 100644 --- a/src/property_parser.rs +++ b/src/property_parser.rs @@ -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