From 02eb9c834a1ea6d97af17c556b6d63315da4aca5 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 27 Aug 2013 19:52:09 -0700 Subject: [PATCH] doc: Adjust util stability index to 'API Frozen' Closes #6087 --- doc/api/util.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/util.markdown b/doc/api/util.markdown index f9fa728d64..c3e374f097 100644 --- a/doc/api/util.markdown +++ b/doc/api/util.markdown @@ -1,6 +1,6 @@ # util - Stability: 5 - Locked + Stability: 4 - API Frozen These functions are in the module `'util'`. Use `require('util')` to access them.