Skip to content

Commit 8f4347e

Browse files
authored
Merge pull request godotengine#7865 from dashdotdashdot/patch-1
Update gdextension_cpp_example.rst to avoid unquoted compatibility_minimum trap
2 parents 519a013 + 0583b2b commit 8f4347e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdextension/gdextension_cpp_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ loaded for each platform and the entry function for the module. It is called ``g
359359
[configuration]
360360
361361
entry_symbol = "example_library_init"
362-
compatibility_minimum = 4.1
362+
compatibility_minimum = "4.1"
363363
364364
[libraries]
365365

0 commit comments

Comments
 (0)