aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tuplr.hpp')
-rw-r--r--tuplr.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tuplr.hpp b/tuplr.hpp
index d253a49..45d5908 100644
--- a/tuplr.hpp
+++ b/tuplr.hpp
@@ -82,8 +82,8 @@ SExp readExpression(Cursor& cur, std::istream& in);
* Abstract Syntax Tree *
***************************************************************************/
-struct TEnv; ///< Type-Time Environment
-struct CEnv; ///< Compile-Time Environment
+struct TEnv; ///< Type-Time Environment
+struct CEnv; ///< Compile-Time Environment
/// Base class for all AST nodes
struct AST {