Skip to content

Commit 8918c90

Browse files
docs: Modify _put method documentation (#818)
1 parent 14a95d0 commit 8918c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ impl Octocrab {
15431543
R::from_response(crate::map_github_error(response).await?).await
15441544
}
15451545

1546-
/// Send a `PATCH` request with no additional post-processing.
1546+
/// Send a `PUT` request with no additional post-processing.
15471547
pub async fn _put<B: Serialize + ?Sized>(
15481548
&self,
15491549
uri: impl TryInto<Uri>,

0 commit comments

Comments
 (0)