We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93e8d9 commit 068e8c0Copy full SHA for 068e8c0
docs/proposals/parameter-distribution.md
@@ -107,7 +107,7 @@ type FeasibleSpace struct {
107
Min string `json:"min,omitempty"`
108
List []string `json:"list,omitempty"`
109
Step string `json:"step,omitempty"` // Step can be used to define q-quantization
110
-+ Distribution Distribution `json:"distribution,omitempty"` // Added Distribution field
++ Distribution Distribution `json:"distribution,omitempty"` // Added Distribution field
111
}
112
```
113
- New Field Description: `Distribution`
0 commit comments