From ae76c626017b48fb98d9acb453662adbe6ffabfc Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 16 Nov 2019 22:07:02 +0100 Subject: Implement `Node::get_process_priority()` and its associated property This closes #33660. --- doc/classes/String.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/classes/String.xml') diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 11a9f6dc0d..f5597d89e5 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -752,7 +752,6 @@ print(some_array[0]) # Prints "Four" print(some_array[1]) # Prints "Three,Two,One" [/codeblock] - -- cgit v1.2.3