about summary refs log tree commit diff stats
path: root/examples/ex5.subx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex5.subx')
-rw-r--r--examples/ex5.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex5.subx b/examples/ex5.subx
index 6f5b1d90..97c5111e 100644
--- a/examples/ex5.subx
+++ b/examples/ex5.subx
@@ -1,6 +1,6 @@
 # Read a character from stdin, save it to a local on the stack, write it to stdout.
 #
-# To run (from the subx directory):
+# To run:
 #   $ ./subx translate examples/ex5.subx -o examples/ex5
 #   $ ./subx run examples/ex5