This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new d340908 Update and rename objects.md to oop.md
d340908 is described below
commit d3409089b703c685daaa06529d2213e3f1931ff3
Author: Andrew Wetmore <[email protected]>
AuthorDate: Mon Oct 12 08:35:42 2020 -0300
Update and rename objects.md to oop.md
---
features/{objects.md => oop.md} | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/features/objects.md b/features/oop.md
similarity index 81%
rename from features/objects.md
rename to features/oop.md
index edf249a..acd8971 100644
--- a/features/objects.md
+++ b/features/oop.md
@@ -15,11 +15,16 @@
# limitations under the License.
layout: docpage
-title: Objects
-description: Use Object-Oriented Programming
-permalink: /features/objects
+title: Object oriented programming
+description: Use Object-oriented programming in Royale
+permalink: /features/oop
---
-# Objects
+# Object oriented programming (OOP)
+
+## Example
+
+
+## Further information
_information and examples coming soon_