forked from pierre/GrammalecteClient
Fix bad structure interface
This commit is contained in:
@ -296,7 +296,8 @@ pub struct SpellingError {
|
||||
/// Response to a suggestion request
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
|
||||
pub struct SuggestResult {
|
||||
suggestions: Vec<String>,
|
||||
/// Suggestions returned by Grammalecte
|
||||
pub suggestions: Vec<String>,
|
||||
}
|
||||
|
||||
/// The Grammalecte client itself
|
||||
|
Reference in New Issue
Block a user