diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index 27c3047a5b4..9bab2c2b234 100644 --- a/doc/classes/PhysicsServer.xml +++ b/doc/classes/PhysicsServer.xml @@ -1196,7 +1196,7 @@ The higher, the stronger. - If above 0, this value is the maximum value for an impulse that this Joint puts on it's ends. + If above 0, this value is the maximum value for an impulse that this Joint puts on its ends. The speed with which the two bodies get pulled together when they move in different directions. diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 4246c2adc6f..8e2922f7fdd 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -482,13 +482,13 @@ void ScriptEditor::_open_recent_script(int p_idx) { if (p_idx < previous_scripts.size() && p_idx >= 0) { String path = previous_scripts.get(p_idx); - // if its not on disk its a help file or deleted + // if it's not on disk it's a help file or deleted if (FileAccess::exists(path)) { Ref