Skip to content

Commit 508d6c3

Browse files
authored
chore: fix typo in ReactorNettyClient (#278)
1 parent bcd95f8 commit 508d6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/client/ReactorNettyClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ final class ReactorNettyClient implements Client {
118118
}
119119
sink.next((ServerMessage) it);
120120
} else {
121-
// ReferenceCounted will released by Netty.
121+
// ReferenceCounted will be released by Netty.
122122
throw ClientExceptions.unsupportedProtocol(it.getClass().getTypeName());
123123
}
124124
})

0 commit comments

Comments
 (0)