inline_completion: Add missing punctuation (#24477)
This PR adds some missing punctuation. Release Notes: - N/A
This commit is contained in:
parent
c4bcff1e87
commit
ed5656813c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue