about summary refs log tree commit diff stats
path: root/examples/ex6.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-19 23:45:04 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-19 23:45:04 -0700
commit668700fd2c48d0380d2e2d1f32faa217ab658fb1 (patch)
tree76628be845b8d1575bff18f342c45c200a918804 /examples/ex6.subx
parentf7fd97ce4e252156fd943b89230b5b55c35c6447 (diff)
downloadmu-668700fd2c48d0380d2e2d1f32faa217ab658fb1.tar.gz
5521
Diffstat (limited to 'examples/ex6.subx')
-rw-r--r--examples/ex6.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex6.subx b/examples/ex6.subx
index a90f11df..67df6574 100644
--- a/examples/ex6.subx
+++ b/examples/ex6.subx
@@ -1,6 +1,6 @@
 # Print out a (global variable) string to stdout.
 #
-# To run (from the subx directory):
+# To run:
 #   $ ./subx translate examples/ex6.subx -o examples/ex6
 #   $ ./subx run examples/ex6
 #   Hello, world!