aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rprt-engine/src/lib.rs')
-rw-r--r--rprt-engine/src/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/rprt-engine/src/lib.rs b/rprt-engine/src/lib.rs
index 3eda2e4..8886578 100644
--- a/rprt-engine/src/lib.rs
+++ b/rprt-engine/src/lib.rs
@@ -1,10 +1,8 @@
-// RPRT Engine - Core text editing functionality
-
pub mod buffer;
pub mod expression;
pub mod monad;
pub mod parser;
pub mod selection;
-pub mod selection_function;
+pub mod selection_functions;
pub mod state;
pub mod token;