Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
FROGGS committed Nov 7, 2013
1 parent 62e2415 commit 8f761f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ops.markdown
@@ -1,4 +1,4 @@
# NQP Opcodes
f# NQP Opcodes

Opcodes (ops) are used both directly when writing NQP, and during code
generation in QAST nodes.
Expand Down Expand Up @@ -806,7 +806,7 @@ Open the specified file in the given mode for async IO.
See `open` for valid modes.

## print
* `print(sstr $str)`
* `print(str $str)`

Output the given string to stdout.

Expand Down

0 comments on commit 8f761f1

Please sign in to comment.