summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-28 00:59:03 +0000
committerToby Vincent <tobyv13@gmail.com>2021-03-28 01:00:13 +0000
commit7e4c101b95d3a1ee26f77f29f157205c7b4af2e8 (patch)
tree687177183b554d66072e710b920b0b8e7d9c0848
parent15d7e81b643fe2c1eba3530d6fcf8d83c02fa71d (diff)
fixed graph printing
-rw-r--r--IFileWriter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/IFileWriter.cs b/IFileWriter.cs
index 92dd692..f264c2a 100644
--- a/IFileWriter.cs
+++ b/IFileWriter.cs
@@ -2,6 +2,6 @@ namespace Graph.Interfaces
{
public interface IFileWriter
{
- void WriteAllText(string content);
+ void WriteAllLines(string[] lines);
}
} \ No newline at end of file