From 1e89700693e92bb9c78ace739c71431b74d91e22 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sun, 3 Nov 2024 13:04:00 -0600 Subject: Rename FudUtf8 to Utf8. --- include/fud_utf8_iterator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/fud_utf8_iterator.hpp') 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 peek() const; - Option next(); + [[nodiscard]] Option peek() const; + Option next(); }; } // namespace fud -- cgit v1.2.3