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.