Fix docs typo

This commit is contained in:
crobibero 2020-06-13 20:15:19 -06:00
parent 14f32b4927
commit 7b54a43cc1

View File

@ -194,7 +194,7 @@ namespace MediaBrowser.LocalMetadata.Savers
protected abstract void WriteCustomElements(BaseItem item, XmlWriter writer);
/// <summary>
/// Adds common notes.
/// Adds the common nodes.
/// </summary>
/// <param name="item">The item.</param>
/// <param name="writer">The xml writer.</param>