arrays upon arrays
| 433 | //arrays upon arrays |
| 434 | |
| 435 | type SpellingCorrection struct { |
| 436 | Results []SpellingCorrectionResults `json:"results" xml:"results"` |
| 437 | } |
| 438 | |
| 439 | type SpellingCorrectionResults struct { |
| 440 | Value QueryWithIndices `json:"value" xml:"value"` |
nothing calls this directly
no outgoing calls
no test coverage detected