Skip to content

Commit

Permalink
Fix param name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BasselAshi committed Oct 23, 2023
1 parent 87d962a commit 6ea55d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/it/auties/whatsapp/api/QrHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static QrHandler toString(Consumer<String> smallQrConsumer) {
/**
* Transforms the qr code in a UTF-8 plain string and accepts a consumer for the latter
*
* @param smallQrConsumer the non-null consumer
* @param qrConsumer the non-null consumer
*/
static QrHandler toPlainString(Consumer<String> qrConsumer) {
return qr -> {
Expand Down

0 comments on commit 6ea55d5

Please sign in to comment.