Skip to content

Commit 5a17802

Browse files
committed
clarify comment
1 parent 6e31608 commit 5a17802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulse-binding/src/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl From<capi::pa_encoding_t> for Encoding {
105105
pub struct Info {
106106
/// The actual C object.
107107
pub(crate) ptr: *mut InfoInternal,
108-
/// Wrapped property list pointer.
108+
/// A nicely wrapped copy of it’s property list pointer, for convenience.
109109
properties: Proplist,
110110
/// Used to avoid freeing the internal object when used as a weak wrapper in callbacks.
111111
weak: bool,

0 commit comments

Comments
 (0)