From 474afda3734df58419c2dd796f4f9a13e5266f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Vegas=20Ni=C3=B1o?= Date: Wed, 30 Sep 2020 16:52:00 +0200 Subject: [PATCH] Correct comment Change "for use with Visual Basic (C#)" to "for use with C#" --- include/epanet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/epanet.cs b/include/epanet.cs index 075b1f0..7081459 100644 --- a/include/epanet.cs +++ b/include/epanet.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; //Last updated on 17/09/2020 //Declarations of functions in the EPANET PROGRAMMERs TOOLKIT -//(EPANET2.DLL) for use with Visual Basic (C#) +//(EPANET2.DLL) for use with C# namespace EpanetCSharpLibrary