diff --git a/compiler+runtime/src/cpp/jank/runtime/obj/character.cpp b/compiler+runtime/src/cpp/jank/runtime/obj/character.cpp index 2d6f8148d..355fbfef0 100644 --- a/compiler+runtime/src/cpp/jank/runtime/obj/character.cpp +++ b/compiler+runtime/src/cpp/jank/runtime/obj/character.cpp @@ -80,6 +80,7 @@ namespace jank::runtime void obj::character::to_string(fmt::memory_buffer &buff) const { + /* TODO: This is actually to_representation, since the string version of \a is just a. */ fmt::format_to(std::back_inserter(buff), "{}", data); }