aboutsummaryrefslogtreecommitdiffstats
path: root/src/subtokenize.rs
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-08-11 15:54:13 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-08-11 15:54:13 +0200
commit3048b7aca0690691d25cb8409d543b2377e065e1 (patch)
tree565aa373293f69fc5c80bc4ef48e4af904ab2134 /src/subtokenize.rs
parentcf9f0039911597cd5c9bc8e98f61b5df09b02130 (diff)
downloadmarkdown-rs-3048b7aca0690691d25cb8409d543b2377e065e1.tar.gz
markdown-rs-3048b7aca0690691d25cb8409d543b2377e065e1.tar.bz2
markdown-rs-3048b7aca0690691d25cb8409d543b2377e065e1.zip
Refactor to move `space_or_tab_eol` to own file
Diffstat (limited to 'src/subtokenize.rs')
-rw-r--r--src/subtokenize.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtokenize.rs b/src/subtokenize.rs
index 9b7c6ae..588d2a3 100644
--- a/src/subtokenize.rs
+++ b/src/subtokenize.rs
@@ -6,9 +6,9 @@
//! `previous` and `next` links.
//! These links:
//!
-//! * …must occur on [`Enter`][EventType::Enter] events only
+//! * …must occur on [`Enter`][Kind::Enter] events only
//! * …must occur on void events (they are followed by their corresponding
-//! [`Exit`][EventType::Exit] event)
+//! [`Exit`][Kind::Exit] event)
//! * …must have `content_type` field to define the kind of subcontent
//!
//! Links will then be passed through a tokenizer for the corresponding content