Skip to content

Commit 4ca7d75

Browse files
authored
chore: fix typo in subxt/Cargo.toml (#2117)
Signed-off-by: sunnyraindy <[email protected]>
1 parent 7b4b239 commit 4ca7d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subxt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ subxt-signer = { path = "../signer", features = ["unstable-eth"] }
131131
subxt-rpcs = { workspace = true, features = ["subxt", "mock-rpc-client"] }
132132
# Tracing subscriber is useful for light-client examples to ensure that
133133
# the `bootNodes` and chain spec are configured correctly. If all is fine, then
134-
# the light-client wlll emit INFO logs with
134+
# the light-client will emit INFO logs with
135135
# `GrandPa warp sync finished` and `Finalized block runtime ready.`
136136
tracing-subscriber = { workspace = true }
137137
# These deps are needed to test the reconnecting rpc client

0 commit comments

Comments
 (0)