From 69f52b8b08e00ccc2e40b7f62b7cb1c5cced8ef6 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 19 Jun 2019 18:51:03 -0400 Subject: [PATCH] Fix path to the lib --- docs/api/cyclone/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/cyclone/test.md b/docs/api/cyclone/test.md index 966bc5b9..f921f53f 100644 --- a/docs/api/cyclone/test.md +++ b/docs/api/cyclone/test.md @@ -1,6 +1,6 @@ # Test Library -The `(scheme cyclone test)` library contains a testing framework ported from `(chibi test)` which in turn was ported from CHICKEN. +The `(cyclone test)` library contains a testing framework ported from `(chibi test)` which in turn was ported from CHICKEN. - [`warning`](#warning) - [`test-group-inc!`](#test-group-inc)