diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-11-03 13:04:00 -0600 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-11-03 13:04:00 -0600 |
commit | 1e89700693e92bb9c78ace739c71431b74d91e22 (patch) | |
tree | 08d40bf1c650987fac55805ce4b930a19c065fec /include/fud_utf8_iterator.hpp | |
parent | 9b4b87765d48d2d6aed6ac1f40c4aa2684fad766 (diff) |
Rename FudUtf8 to Utf8.
Diffstat (limited to 'include/fud_utf8_iterator.hpp')
-rw-r--r-- | include/fud_utf8_iterator.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fud_utf8_iterator.hpp b/include/fud_utf8_iterator.hpp index 25aaae6..4f036a4 100644 --- a/include/fud_utf8_iterator.hpp +++ b/include/fud_utf8_iterator.hpp @@ -47,8 +47,8 @@ class Utf8Iterator { m_index = 0; } - [[nodiscard]] Option<FudUtf8> peek() const; - Option<FudUtf8> next(); + [[nodiscard]] Option<Utf8> peek() const; + Option<Utf8> next(); }; } // namespace fud |