Skip to content

Commit

Permalink
Replace XML 1.0 with just XML.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jan 16, 2024
1 parent 8f4b3a6 commit 0a6e7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Documentation](https://docs.rs/roxmltree/badge.svg)](https://docs.rs/roxmltree)
[![Rust 1.60+](https://img.shields.io/badge/rust-1.60+-orange.svg)](https://www.rust-lang.org)

Represents an [XML 1.0](https://www.w3.org/TR/xml/) document as a read-only tree.
Represents an [XML](https://www.w3.org/TR/xml/) document as a read-only tree.

```rust
// Find element by id.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Represent an [XML 1.0](https://www.w3.org/TR/xml/) document as a read-only tree.
Represent an [XML](https://www.w3.org/TR/xml/) document as a read-only tree.
The root point of the documentations is [`Document::parse`].
Expand Down

0 comments on commit 0a6e7af

Please sign in to comment.