Skip to content

Commit f652872

Browse files
committed
Edit docs
1 parent d8fd422 commit f652872

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commonMain/kotlin/net/pearx/kpastebin/PastebinClient.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import net.pearx.kpastebin.model.Privacy
99
import net.pearx.kpastebin.model.UserDetails
1010

1111
/**
12-
* Pastebin API client with specified unique developer API key [devKey].
12+
* Pastebin API client with specified unique developer API key.
1313
* You can get your key on [official Pastebin website](https://pastebin.com/doc_api#1).
1414
*
15+
* @param devKey Unique developer API key
1516
* @param userKey user key used for requests. Use null for guest user.
1617
*/
1718
public class PastebinClient(

0 commit comments

Comments
 (0)