diff options
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Ice/Proxy.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/Proxy.cs b/csharp/src/Ice/Proxy.cs index 621ecdde059..245f6b12b26 100644 --- a/csharp/src/Ice/Proxy.cs +++ b/csharp/src/Ice/Proxy.cs @@ -772,7 +772,7 @@ namespace Ice void iceWrite(OutputStream os); /// <summary> - /// Returns an scheduler object that use the Ice thread pool. + /// Returns a scheduler object that uses the Ice thread pool. /// </summary> /// <returns>The task scheduler object.</returns> System.Threading.Tasks.TaskScheduler ice_scheduler(); |