diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-03-13 12:43:07 +0100 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-03-13 21:20:28 +0100 |
commit | 24c9d442e9bb03ede32b9dc9e9aa3646555ab023 (patch) | |
tree | 409e1a783c5c3d8dd40494dbec6fd2bb25489c18 /doc/classes/FileAccess.xml | |
parent | 006f5bc11c8538fe6c512db2f16ec5cbcd049709 (diff) | |
download | redot-engine-24c9d442e9bb03ede32b9dc9e9aa3646555ab023.tar.gz |
[Doc] Fix some incorrect uses of `a/an`
Diffstat (limited to 'doc/classes/FileAccess.xml')
-rw-r--r-- | doc/classes/FileAccess.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/FileAccess.xml b/doc/classes/FileAccess.xml index 2abd9974ca..fad6cbcc93 100644 --- a/doc/classes/FileAccess.xml +++ b/doc/classes/FileAccess.xml @@ -257,7 +257,7 @@ <return type="String" /> <param index="0" name="path" type="String" /> <description> - Returns a SHA-256 [String] representing the file at the given path or an empty [String] on failure. + Returns an SHA-256 [String] representing the file at the given path or an empty [String] on failure. </description> </method> <method name="get_unix_permissions" qualifiers="static"> |