Fix comments about song file writer "reading" instead of writing.

This commit is contained in:
Joshua Sigona 2019-06-05 16:58:04 +09:00
parent eebd26b911
commit b3bd40c43d

View File

@ -1,6 +1,6 @@
/// @function song_file_reader(filename)
/// @description Reads a song file and creates the appropriate playfield for the song.
/// @param filename The file to read from.
/// @function song_file_writer(filename)
/// @description Writes data to a song file.
/// @param filename The file to write to.
/*<FILE START>
TITLE