Skip to content

Commit

Permalink
Update doc comment for the crate name change
Browse files Browse the repository at this point in the history
  • Loading branch information
rillian committed May 15, 2023
1 parent 4f4fb63 commit 7dc2624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
Kuchiki (朽木), a HTML/XML tree manipulation library for Rust.
Kuchikiki (口利き) is an HTML tree manipulation library for Rust.
*/

Expand Down Expand Up @@ -28,7 +28,7 @@ pub use parser::{parse_fragment, parse_html, parse_html_with_options, ParseOpts,
pub use select::{Selector, Selectors, Specificity};
pub use tree::{Doctype, DocumentData, ElementData, Node, NodeData, NodeRef};

/// This module re-exports a number of traits that are useful when using Kuchiki.
/// This module re-exports a number of traits that are useful when using Kuchikiki.
/// It can be used with:
///
/// ```rust
Expand Down

0 comments on commit 7dc2624

Please sign in to comment.