From ddf52c28af29b7deea63853f6661801acfcfa13a Mon Sep 17 00:00:00 2001 From: hpnrep6 Date: Sun, 15 Aug 2021 22:38:21 -0400 Subject: [PATCH] Fix sub resource ID formatting in Object Class (#5175) Co-authored-by: Hugo Locurcio --- development/cpp/object_class.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cpp/object_class.rst b/development/cpp/object_class.rst index 84a7e77c4..0586959e4 100644 --- a/development/cpp/object_class.rst +++ b/development/cpp/object_class.rst @@ -309,7 +309,7 @@ Saving a resource can be done with the resource saver API: Instance will be saved. Sub resources that have a path to a file will be saved as a reference to that resource. Sub resources without a path will be bundled with the saved resource and assigned sub-IDs, like -"res://someresource.res::1". This also helps to cache them when loaded. +``res://someresource.res::1``. This also helps to cache them when loaded. References: ~~~~~~~~~~~