From 5fcbaa6008aaaa6fcca13c1f2ecba088de7cc42a Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Wed, 2 Sep 2015 11:24:30 -0500 Subject: [PATCH] added unstable warning --- cover/scribblings/api.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cover/scribblings/api.scrbl b/cover/scribblings/api.scrbl index ad0b9a3..650c9de 100644 --- a/cover/scribblings/api.scrbl +++ b/cover/scribblings/api.scrbl @@ -5,6 +5,8 @@ @defmodule[cover #:use-sources (cover)] +@bold{Warning:} The API presented here is unstable, and may change without warning. + In addition to being a raco tool, Cover provides racket bindings for running tests and collecting coverage information. The following are the basic functions of test coverage.