You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2021/01/27 14:52:21 UTC

[royale-docs] branch master updated: Update amf.md

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 da52b49  Update amf.md
da52b49 is described below

commit da52b49e9cedfafa0da3412d7e29a9cfd0ac5a56
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Wed Jan 27 10:51:56 2021 -0400

    Update amf.md
    
    Fixed a typo Rick Mills spotted
---
 features/loading-external-data/amf.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/loading-external-data/amf.md b/features/loading-external-data/amf.md
index 82aa884..5249d79 100644
--- a/features/loading-external-data/amf.md
+++ b/features/loading-external-data/amf.md
@@ -28,7 +28,7 @@ AMF is a great way to send data between an Apache Royale client and a backend se
 
 [Action Message Format (AMF)](https://en.wikipedia.org/wiki/Action_Message_Format){:target='_blank'} is a binary format used to serialize object graphs such as ActionScript objects and XML, or send messages between a client and a remote service. The ActionScript 3 language provides classes for encoding and decoding from the AMF format. Backend servers need to know how to encode and decode AMF.
 
-Since 2018, Apache Royale has been able to encode/decode AMF3 for all AS3 data types with the exception of Flash Dictionary and Vector classes. We expect to implement those data types the future. Royale does not support AMF0 at this time. Some applications are currently in production using the Apache Royale AMF implementation.
+Since 2018, Apache Royale has been able to encode/decode AMF3 for all AS3 data types with the exception of Flash Dictionary and Vector classes. We expect to implement those data types in the future. Royale does not support AMF0 at this time. Some applications are currently in production using the Apache Royale AMF implementation.
 
 ## Language back-end servers supporting AMF