Fix wrong usage of "it's" for "its" (#336)

This commit is contained in:
Chris Bradfield
2017-01-30 07:42:13 +01:00
committed by Rémi Verschelde
parent d5448a13bd
commit a75a30d897
23 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -40,6 +40,6 @@ This function is called for each file exported and depending from the return val
2) If the returned value is a RawAray (array of bytes), the content of that array becomes the new file being exported.
3) If the file must also change it's name when exported, then a :ref:`Dictionary<class_dictionary>` must be returned with two fields: 'name' with the new filename and 'data' with a :ref:`RawArray<class_rawarray>` containing the raw contents of the file. Even if the name is changed, the run-time will redirect the old file to the new file automatically when accessed.
3) If the file must also change its name when exported, then a :ref:`Dictionary<class_dictionary>` must be returned with two fields: 'name' with the new filename and 'data' with a :ref:`RawArray<class_rawarray>` containing the raw contents of the file. Even if the name is changed, the run-time will redirect the old file to the new file automatically when accessed.