Fixed the description for mode_class
1 files changed, 1 insertions(+), 1 deletions(-) M src/meson_options.txt
M src/meson_options.txt +1 -1
@@ 1,4 1,4 @@ option('jdk_home', type : 'string', description : 'The path to the jdk install folder') option('wofij_path', type : 'string', description : 'The path to the wofij jar') -option('mode_class', type : 'string', description : 'The class that implements mode') +option('mode_class', type : 'string', description : 'The class that implements Mode') option('mode_path', type : 'string', description : 'The path to your mode\'s module')