瀏覽代碼

Update AggregateFolder.cs

Rich Lander 3 年之前
父節點
當前提交
e72868f72b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Controller/Entities/AggregateFolder.cs

+ 1 - 1
MediaBrowser.Controller/Entities/AggregateFolder.cs

@@ -18,7 +18,7 @@ namespace MediaBrowser.Controller.Entities
 {
     /// <summary>
     /// Specialized folder that can have items added to it's children by external entities.
-    /// Used for our RootFolder so plug-ins can add items.
+    /// Used for our RootFolder so plugins can add items.
     /// </summary>
     public class AggregateFolder : Folder
     {