mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 22:42:55 +08:00
fix typo
This commit is contained in:
@@ -171,7 +171,7 @@ EOS
|
||||
java_classes.each do |name, klass|
|
||||
java_file_txt = ''
|
||||
java_file_txt << <<EOS
|
||||
// This file has been generated automatically. Dot not edit.
|
||||
// This file has been generated automatically. Do not edit.
|
||||
package #{App.config.package};
|
||||
EOS
|
||||
java_file_txt << "public class #{name} extends #{klass[:super]}"
|
||||
|
||||
Reference in New Issue
Block a user