Skip to content

Commit 483b6d5

Browse files
committed
[refactor] #3875: Fix authentication/authorization docstring (#3876)
Signed-off-by: 6r1d <vic.6r1d@gmail.com>
1 parent 572b942 commit 483b6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ impl Client {
415415

416416
/// Constructor for client from configuration and headers
417417
///
418-
/// *Authentication* header will be added, if `login` and `password` fields are presented
418+
/// *Authorization* header will be added, if `login` and `password` fields are presented
419419
///
420420
/// # Errors
421421
/// If configuration isn't valid (e.g public/private keys don't match)

0 commit comments

Comments
 (0)