Skip to content

Commit cfda374

Browse files
committed
Fix alias
1 parent 26a248d commit cfda374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/utils/compose/docs

lib/node_modules/@stdlib/utils/compose/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
> function c( x ) {
3535
... return x / 5;
3636
... }
37-
> var f = compose( c, b, a );
37+
> var f = {{alias}}( c, b, a );
3838
> var z = f( 6 )
3939
3
4040

0 commit comments

Comments
 (0)