diff --git a/is-arrow-function/README.md b/is-arrow-function/README.md index 8a38b6ba..1ce94967 100644 --- a/is-arrow-function/README.md +++ b/is-arrow-function/README.md @@ -34,7 +34,7 @@ var isArrowFunction = require( '@stdlib/assert/is-arrow-function' ); Tests if a `value` is a an [`arrow function`][mdn-arrow-function] such as `( a, b ) => a + b`, `x => x`, or `( x ) => { return x*x; }`. - + ```javascript var beep = () => { @@ -60,7 +60,7 @@ bool = isArrowFunction( boop ); ## Examples - +