From 30e8157550e02625bb4a4fa93153442d6e454709 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Wed, 5 Aug 2015 06:39:43 +0100 Subject: Fix one cref that Mono was unhappy with --- csharp/src/Google.Protobuf/Preconditions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp/src') diff --git a/csharp/src/Google.Protobuf/Preconditions.cs b/csharp/src/Google.Protobuf/Preconditions.cs index ff3bd0f1..2db35ff6 100644 --- a/csharp/src/Google.Protobuf/Preconditions.cs +++ b/csharp/src/Google.Protobuf/Preconditions.cs @@ -57,7 +57,7 @@ namespace Google.Protobuf /// return the value to the caller. /// /// - /// This is equivalent to but without the type parameter + /// This is equivalent to but without the type parameter /// constraint. In most cases, the constraint is useful to prevent you from calling CheckNotNull /// with a value type - but it gets in the way if either you want to use it with a nullable /// value type, or you want to use it with an unconstrained type parameter. -- cgit v1.2.3