diff options
-rw-r--r-- | mu.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.md b/mu.md index 04c79fb8..26d04eec 100644 --- a/mu.md +++ b/mu.md @@ -47,7 +47,7 @@ Zooming out from single statements, here's a complete sample program in Mu: Mu programs are lists of functions. Each function has the following form: ``` - fn _name_ inout ... -> output ... { + fn _name_ _inout_ ... -> _output_ ... { _statement_ _statement_ ... |