aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/span.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/span.rs')
-rw-r--r--src/util/span.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/span.rs b/src/util/span.rs
index c48549b..02811cc 100644
--- a/src/util/span.rs
+++ b/src/util/span.rs
@@ -36,7 +36,7 @@ pub fn from_exit_event(events: &[Event], index: usize) -> Span {
assert_eq!(
exit.event_type,
EventType::Exit,
- "expected `get_span` to be called on `exit` event"
+ "expected `from_exit_event` to be called on `exit` event"
);
let mut enter_index = index - 1;