Skip to content

Commit 5e5c026

Browse files
committed
Specify the casing of field keys and values
The PR updating this only caught the 0.3-draft APIs, presumably by accident. Including it in this change since we're touching the header names already.
1 parent b484341 commit 5e5c026

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wit/types.wit

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ interface types {
139139
}
140140

141141
/// Field keys are always strings.
142+
///
143+
/// Field keys should always be treated as case insensitive by the `fields`
144+
/// resource for the purposes of equality checking.
142145
@since(version = 0.2.0)
143146
type field-key = string;
144147

0 commit comments

Comments
 (0)