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 097e13c Update toc.json
097e13c is described below
commit 097e13cf8f11b8b2d70a9f227ad8fa1535596b43
Author: Andrew Wetmore <[email protected]>
AuthorDate: Mon Jan 3 18:53:07 2022 -0400
Update toc.json
added a missing comma
---
_data/toc.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_data/toc.json b/_data/toc.json
index 5155495..3498869 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -87,7 +87,7 @@
},
{
"path": "features/as3/private-constructors.md"
- }
+ },
{
"path": "features/reflection-introspection.md"
}