mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix typo in comments and message strings (thanks @st-Wook!) (#5262)
Co-authored-by: supertree-wook <phk09242@supertree.co>
This commit is contained in:
@@ -63,7 +63,7 @@ namespace gdjs {
|
||||
}
|
||||
|
||||
/**
|
||||
* Deleted the last event data, to be called when it is sure the event was processed throughly.
|
||||
* Deleted the last event data, to be called when it is sure the event was processed thoroughly.
|
||||
*/
|
||||
popData() {
|
||||
this.data.shift();
|
||||
@@ -116,7 +116,7 @@ namespace gdjs {
|
||||
let ready = false;
|
||||
|
||||
/**
|
||||
* True if an error occured.
|
||||
* True if an error occurred.
|
||||
*/
|
||||
let error = false;
|
||||
|
||||
|
Reference in New Issue
Block a user