Skip to content

Commit

Permalink
Fix mistake in chat feedback doc comment (microsoft#224503)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored Aug 1, 2024
1 parent 4a1c81e commit 3af2def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vscode-dts/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18620,8 +18620,8 @@ declare module 'vscode' {
* An event that fires whenever feedback for a result is received, e.g. when a user up- or down-votes
* a result.
*
* The passed {@link ChatResultFeedback.result result} is guaranteed to be the same instance that was
* previously returned from this chat participant.
* The passed {@link ChatResultFeedback.result result} is guaranteed to have the same properties as the result that was
* previously returned from this chat participant's handler.
*/
onDidReceiveFeedback: Event<ChatResultFeedback>;

Expand Down

0 comments on commit 3af2def

Please sign in to comment.