Skip to content

Commit b76e58a

Browse files
committed
improves wording
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 8396d4d commit b76e58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-core/src/main/java/io/rsocket/DuplexConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public interface DuplexConnection extends Availability, Closeable {
3939
/**
4040
* Send an error frame and after it is successfully sent, close the connection.
4141
*
42-
* @param errorFrame with the encoded error
42+
* @param errorException to encode in the error frame
4343
*/
4444
void sendErrorAndClose(RSocketErrorException errorException);
4545

0 commit comments

Comments
 (0)