Skip to content

Commit

Permalink
inline_completion: Add missing punctuation (#24477)
Browse files Browse the repository at this point in the history
This PR adds some missing punctuation.

Release Notes:

- N/A
  • Loading branch information
maxdeviant authored Feb 7, 2025
1 parent c4bcff1 commit ed56568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/inline_completion/src/inline_completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct InlineCompletion {
pub enum DataCollectionState {
/// The provider doesn't support data collection.
Unsupported,
/// Data collection is enabled
/// Data collection is enabled.
Enabled,
/// Data collection is disabled or unanswered.
Disabled,
Expand Down

0 comments on commit ed56568

Please sign in to comment.