diff options
Diffstat (limited to 'doc/classes/FileAccess.xml')
-rw-r--r-- | doc/classes/FileAccess.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/FileAccess.xml b/doc/classes/FileAccess.xml index e50e610e71..42528dc287 100644 --- a/doc/classes/FileAccess.xml +++ b/doc/classes/FileAccess.xml @@ -341,7 +341,7 @@ <param index="0" name="file" type="String" /> <param index="1" name="hidden" type="bool" /> <description> - Sets file [code]hidden[/code] attribute. + Sets file [b]hidden[/b] attribute. [b]Note:[/b] This method is implemented on iOS, BSD, macOS, and Windows. </description> </method> @@ -350,7 +350,7 @@ <param index="0" name="file" type="String" /> <param index="1" name="ro" type="bool" /> <description> - Sets file [code]read only[/code] attribute. + Sets file [b]read only[/b] attribute. [b]Note:[/b] This method is implemented on iOS, BSD, macOS, and Windows. </description> </method> |