Skip to content

Commit 47bf686

Browse files
authored
Merge pull request #532 from dannywillems/echo_cat
Export: echo --> cat
2 parents 9b6f7e4 + 1ed44c3 commit 47bf686

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)