Skip to content

Commit 068e8c0

Browse files
fix
1 parent f93e8d9 commit 068e8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proposals/parameter-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ type FeasibleSpace struct {
107107
Min string `json:"min,omitempty"`
108108
List []string `json:"list,omitempty"`
109109
Step string `json:"step,omitempty"` // Step can be used to define q-quantization
110-
+ Distribution Distribution `json:"distribution,omitempty"` // Added Distribution field
110+
+ Distribution Distribution `json:"distribution,omitempty"` // Added Distribution field
111111
}
112112
```
113113
- New Field Description: `Distribution`

0 commit comments

Comments
 (0)