inline_completion: Add missing punctuation (#24477)

This PR adds some missing punctuation.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-07 16:03:37 -05:00 committed by GitHub
parent c4bcff1e87
commit ed5656813c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,