Skip to content

Commit 1ed44c3

Browse files
committed
Export: echo --> cat
1 parent 47a7eaf commit 1ed44c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/src/export.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ myMathLib.add(3,4)
2222
{{{Js.export}}} and {{{Js.export_all}}} will export value to {{{module.exports}}} if it exists.
2323

2424
{{{
25-
# echo math.ml
25+
# cat math.ml
2626
let _ =
2727
Js.export_all
2828
(object%js

0 commit comments

Comments
 (0)