diff options
| author | telans <telans@protonmail.com> | 2020-06-19 22:21:49 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-20 18:13:11 +1200 |
| commit | 8de6452967d229624c81e06d992b1cb0cb6715b1 (patch) | |
| tree | 73b18d3ae702ee3c857caea1257e64c5aaea116d /Emby.Server.Implementations/ScheduledTasks/TaskManager.cs | |
| parent | afe09612e82a49c4021fbc2ceddf1816db9f959d (diff) | |
fix some documentation periods
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/TaskManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/ScheduledTasks/TaskManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/TaskManager.cs b/Emby.Server.Implementations/ScheduledTasks/TaskManager.cs index 0ad4253e4..3fe15ec68 100644 --- a/Emby.Server.Implementations/ScheduledTasks/TaskManager.cs +++ b/Emby.Server.Implementations/ScheduledTasks/TaskManager.cs @@ -95,7 +95,7 @@ namespace Emby.Server.Implementations.ScheduledTasks /// Queues the scheduled task. /// </summary> /// <typeparam name="T"></typeparam> - /// <param name="options">Task options</param> + /// <param name="options">Task options.</param> public void QueueScheduledTask<T>(TaskOptions options) where T : IScheduledTask { |
