Skip to content

Commit ca5dfe6

Browse files
committed
fix one comment
1 parent d3b07a0 commit ca5dfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mod errors {
1010
SubNetworkDoesNotExist,
1111
/// The root network does not exist.
1212
RootNetworkDoesNotExist,
13-
/// The user tries to serve an axon which is not of type 4 (IPv4) or 6 (IPv6).
13+
/// The user is trying to serve an axon which is not of type 4 (IPv4) or 6 (IPv6).
1414
InvalidIpType,
1515
/// An invalid IP address is passed to the serve function.
1616
InvalidIpAddress,

0 commit comments

Comments
 (0)