Add title

This commit is contained in:
Andrew Cooper
2022-10-03 21:29:34 +11:00
parent 617053b1f4
commit d16d72965f
5 changed files with 30 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ namespace Poetry;
internal static class IOExtensions
{
internal static void WritePhrase(this IReadWrite io, Context context)
=> Phrase.GetPhrase(context).Write(io, context);
}