Skip to content

Commit cea29a3

Browse files
authored
Fix broken example
1 parent 916b2fd commit cea29a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ops.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ generation in QAST nodes.
310310

311311
When invoking them directly, you'll need to prefix them with nqp::, e.g.
312312

313-
nqp::mul_n(6,9);
313+
nqp::mul_i(6,9);
314314

315315
The ops are listed below by type. Each entry shows the name of the op,
316316
its variants, and their arguments and types, and may provide a short

0 commit comments

Comments
 (0)