Skip to content

Commit 38f7e94

Browse files
committed
docs: fix include path
1 parent d7296b0 commit 38f7e94

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/base/assert/is-equal/examples/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/base/assert/is-equal/examples/c/example.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
#include "stdlib/complex/eq.h"
19+
#include "stdlib/complex/base/assert/is_equal.h"
2020
#include "stdlib/complex/float64.h"
2121
#include <stdbool.h>
2222
#include <stdio.h>

0 commit comments

Comments
 (0)