瀏覽代碼

Fixing build warning around a cref for a type missing in PL.

Bart De Smet 10 年之前
父節點
當前提交
26966fa1b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Rx.NET/Source/System.Reactive.Core/Reactive/Concurrency/LocalScheduler.TimerQueue.cs

+ 1 - 1
Rx.NET/Source/System.Reactive.Core/Reactive/Concurrency/LocalScheduler.TimerQueue.cs

@@ -99,7 +99,7 @@ namespace System.Reactive.Concurrency
         private static readonly TimeSpan RETRYSHORT = TimeSpan.FromMilliseconds(50);
 
         /// <summary>
-        /// Longest interval supported by <see cref="System.Threading.Timer"/>.
+        /// Longest interval supported by System.Threading.Timer.
         /// </summary>
         private static readonly TimeSpan MAXSUPPORTEDTIMER = TimeSpan.FromMilliseconds((1L << 32) - 2);