From 11b093bfc4150c313ba602fb841a89c90bb8c5e0 Mon Sep 17 00:00:00 2001 From: Vexatos Date: Sat, 10 May 2014 23:51:29 -0700 Subject: [PATCH] Updated APIs (markdown) --- APIs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APIs.md b/APIs.md index 0f9b88a..19c2d64 100644 --- a/APIs.md +++ b/APIs.md @@ -31,7 +31,7 @@ The standard libraries aside, OpenComputers comes with a couple of additional, b - [[FileSystem|API/FileSystem]]: abstracted interaction with file system components. - [[Internet|API/Internet]]: a wrapper for Internet Card functionality. - [[Keyboard|API/Keyboard]]: a table of key codes by name and pressed key tracking. -- [[Note|API/Note]]: an API to convert music notes between their real name, their MIDI code and their frequency +- [[Note|API/Note]]: Converts music notes between their real name, their MIDI code and their frequency - [[Process|API/Process]]: keeps track of running programs and their environments - [[Robot|API/Robot]]: abstracted access to robot actions. - [[Serialization|API/Serialization]]: allows serialization of values, e.g. for sending them via the network.