From c0f6d4bc7912fe4ba829d7ba50a8e90e24f38653 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Sun, 8 Jun 2014 09:57:48 +0200 Subject: [PATCH] [Bind] Fixed a System.FormatException --- Source/Bind/CSharpSpecWriter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Bind/CSharpSpecWriter.cs b/Source/Bind/CSharpSpecWriter.cs index f6408605..248c6c69 100644 --- a/Source/Bind/CSharpSpecWriter.cs +++ b/Source/Bind/CSharpSpecWriter.cs @@ -384,7 +384,7 @@ namespace Bind else { Console.Error.WriteLine( - "[Warning] Parameter '{0}' in function '{1}' not found in documentation '{{{3}}}'", + "[Warning] Parameter '{0}' in function '{1}' not found in documentation '{{{2}}}'", param.Name, f.Name, String.Join(",", docs.Parameters.Select(p => p.Name).ToArray())); sw.WriteLine("/// {1}",