diff --git a/mroacgt.html b/mroacgt.html index abbb38a..2b941e8 100644 --- a/mroacgt.html +++ b/mroacgt.html @@ -49,7 +49,7 @@ namespace {namespaceName}; partial class {className} {{ - public IEnumerable Report() + public IEnumerable<string> Report() {{ {string.Join("\n", methodBody)} }}