We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30981a8 commit e4e0f8cCopy full SHA for e4e0f8c
1 file changed
lib/node_modules/@stdlib/utils/compose/README.md
@@ -48,7 +48,7 @@ __Only__ the rightmost function is explicitly permitted to accept multiple argum
48
49
``` javascript
50
function a( x, y ) {
51
- return x*5 + y*3;
+ return (x*5) + (y*3);
52
}
53
54
function b( r ) {
0 commit comments