Skip to content

Commit

Permalink
docs/modules: Fix entrypoint signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
MostAwesomeDude committed Jun 12, 2018
1 parent f41b3da commit 9e4131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ a promise for an ``Int``.

exports (main)

def main(=> currentProcess) :Int as DeepFrozen:
def main(_argv, => currentProcess) :Int as DeepFrozen:
traceln(`Current process: $currentProcess`)
return 0

Expand Down

0 comments on commit 9e4131e

Please sign in to comment.