inline_completion: Add missing punctuation (#24477)
This PR adds some missing punctuation. Release Notes: - N/A
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user