1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Fix typos 'a' and 'an'

This commit is contained in:
Poommetee Ketson
2017-09-02 21:19:06 +07:00
parent b4efb832a7
commit 459f526119
15 changed files with 30 additions and 30 deletions

View File

@@ -568,7 +568,7 @@ Dictionary _OS::get_time(bool utc) const {
}
/**
* Get a epoch time value from a dictionary of time values
* Get an epoch time value from a dictionary of time values
* @p datetime must be populated with the following keys:
* day, hour, minute, month, second, year. (dst is ignored).
*