aboutsummaryrefslogtreecommitdiff
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs
index 1a8249b..e42ded4 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -10,7 +10,7 @@ pub struct ParserResult {
pub meeting_name: String,
}
-pub fn qwerty(content: BufReader<File>) -> ParserResult {
+pub fn parse(content: BufReader<File>) -> ParserResult {
let parser = EventReader::new(content);
let mut data = ParserResult {