From 0dab2f4be484aca3c29d8047d719a45b8b151efc Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 30 May 2015 16:11:26 +0100 Subject: [PATCH] Added link to IO class documentation to core index --- doc/site/core/index.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/site/core/index.markdown b/doc/site/core/index.markdown index 3a2dfe0a..99dd4f49 100644 --- a/doc/site/core/index.markdown +++ b/doc/site/core/index.markdown @@ -20,5 +20,6 @@ All Wren source files automatically have access to the following classes: * [Range](range.html) * [Sequence](sequence.html) * [String](string.html) +* [IO](IO.html) -[embedding]: ../embedding-api.html \ No newline at end of file +[embedding]: ../embedding-api.html