From 616f41d15009b1133cbdc14bace6ab84f1325921 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 12 Jan 2026 18:51:32 +1300 Subject: Removed Nametags and identifier aliasing for Variables --- test/pprint.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pprint.adb') diff --git a/test/pprint.adb b/test/pprint.adb index e2fe3d4..89697bf 100644 --- a/test/pprint.adb +++ b/test/pprint.adb @@ -38,7 +38,7 @@ procedure PPrint is begin - TIO.Put_Line ("Test program to output String representation of some Terms and an empty World."); + TIO.Put_Line ("Test program to output String representation of some Terms and an empty Goal."); TIO.New_Line; -- cgit