diff options
Diffstat (limited to 'raul/Atom.hpp')
-rw-r--r-- | raul/Atom.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Atom.hpp b/raul/Atom.hpp index 01d783f..443c0ae 100644 --- a/raul/Atom.hpp +++ b/raul/Atom.hpp @@ -33,7 +33,7 @@ namespace Raul { class Atom { public: - //TODO: Add a bool type here that serializes nicely to Turtle "true" and "false" + //TODO: Add a bool type here that serialises nicely to Turtle "true" and "false" enum Type { NIL, |