Skip to content

Commit cbf7fa3

Browse files
committed
Fix some misprints
1 parent 8559e19 commit cbf7fa3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ overlapped-lists = []
182182
## This feature does NOT provide XML serializer or deserializer. You should use
183183
## the `serialize` feature for that instead.
184184
# Cannot name "serde" to avoid clash with dependency.
185-
# "dep:" prefix only avalible from Rust 1.60
185+
# "dep:" prefix only available from Rust 1.60
186186
serde-types = ["serde/derive"]
187187

188188
## Enables support for [`serde`] serialization and deserialization. When this
189189
## feature is enabled, quick-xml provides serializer and deserializer for XML.
190190
##
191-
## This feature does NOT enables serializaton of the types inside quick-xml.
191+
## This feature does NOT enables serialization of the types inside quick-xml.
192192
## If you need that, use the `serde-types` feature.
193-
serialize = ["serde"] # "dep:" prefix only avalible from Rust 1.60
193+
serialize = ["serde"] # "dep:" prefix only available from Rust 1.60
194194

195195
[package.metadata.docs.rs]
196196
# document all features

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> 3. Update `Changelog.md` with date of release, add new empty Unreleased headings
66
> 4. Commit changes with message "Release x.y.z"
77
> 5. `cargo package` for final check
8-
> 6. Push `master` to my fork, wait while CI pass. Repeat with force pushs if necessary
8+
> 6. Push `master` to my fork, wait while CI pass. Repeat with force pushes if necessary
99
> 7. `cargo publish`
1010
> 8. Create and push tag `vx.y.z` and push `master` to upstream
1111
> 9. Create a Release on GitHub (in GitHub UI)

0 commit comments

Comments
 (0)