Skip to content

Commit a33b9d8

Browse files
committed
docs: correct typos in Cargo.toml
1 parent c9e21e5 commit a33b9d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ default = ["native-tls", "rug-backend", "enable-http-compression"]
9393
# Full feature set
9494
full = ["fs"]
9595

96-
# Enable file system releated functionnality, right now that mean ony snapshot download
96+
# Enable file system related functionnality, right now that mean ony snapshot download
9797
fs = ["flate2", "flume", "tar", "tokio/rt", "zstd"]
9898
portable = [] # deprecated, will be removed soon
9999
unstable = []
@@ -109,7 +109,7 @@ rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"]
109109
rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]
110110
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
111111

112-
# Support compressed traffic with `request`
112+
# Support compressed traffic with `reqwest`
113113
enable-http-compression = ["reqwest/gzip", "reqwest/zstd", "reqwest/deflate", "reqwest/brotli"]
114114

115115
# Enables `rug-backend` features for `mithril-common` dependency

0 commit comments

Comments
 (0)