Co-authored-by: Cody Robibero <cody@robibe.ro>
@@ -8,7 +8,7 @@ namespace MediaBrowser.Model.Services
{
/// <summary>
/// Gets the order in which Request Filters are executed.
- /// <0 Executed before global request filters
+ /// <0 Executed before global request filters.
/// >0 Executed after global request filters.
/// </summary>
int Priority { get; }