diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-09-02 21:19:06 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-09-02 21:19:06 +0700 |
commit | 459f526119da43efae52307a6165a8ccd5cb2288 (patch) | |
tree | c61ea80ca6adf2a2494ffdebb0a73dd56d4e5cbc /core/list.h | |
parent | b4efb832a749730b924f63be073cfe80c9afc334 (diff) | |
download | redot-engine-459f526119da43efae52307a6165a8ccd5cb2288.tar.gz |
Fix typos 'a' and 'an'
Diffstat (limited to 'core/list.h')
-rw-r--r-- | core/list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/list.h b/core/list.h index 0cad6038ff..a67287a9ab 100644 --- a/core/list.h +++ b/core/list.h @@ -180,7 +180,7 @@ private: public: /** - * return an const iterator to the beginning of the list. + * return a const iterator to the beginning of the list. */ _FORCE_INLINE_ const Element *front() const { @@ -195,7 +195,7 @@ public: }; /** - * return an const iterator to the last member of the list. + * return a const iterator to the last member of the list. */ _FORCE_INLINE_ const Element *back() const { |