diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:56:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:56:07 -0700 |
commit | 9a81d7460fdb16f4e77712e5381d9db8781f5ae6 (patch) | |
tree | 43b05169535fe33e65ecbf61f3fb3ada5f75ed52 /html/101run_sandboxed.cc.html | |
parent | 22f4b76344b2d639cbfcaad56ed681670d436548 (diff) | |
download | mu-9a81d7460fdb16f4e77712e5381d9db8781f5ae6.tar.gz |
3561
Diffstat (limited to 'html/101run_sandboxed.cc.html')
-rw-r--r-- | html/101run_sandboxed.cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/101run_sandboxed.cc.html b/html/101run_sandboxed.cc.html index c79fb1d4..7b5da51b 100644 --- a/html/101run_sandboxed.cc.html +++ b/html/101run_sandboxed.cc.html @@ -34,8 +34,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color </head> <body> <pre id='vimCodeElement'> -<span class="Comment">//: Helper for various programming environments: run arbitrary mu code and</span> -<span class="Comment">//: return some result in string form.</span> +<span class="Comment">//: Helper for various programming environments: run arbitrary Mu code and</span> +<span class="Comment">//: return some result in text form.</span> <span class="Delimiter">:(scenario run_interactive_code)</span> <span class="muRecipe">def</span> main [ |