Skip to content

Commit c170ea0

Browse files
Fix doc format issue
Co-Authored-By: Luke Wagner <[email protected]>
1 parent d155be5 commit c170ea0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wit-0.3.0-draft/types.wit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ interface types {
154154
/// `set`, `append`, and `delete` operations will fail with
155155
/// `header-error.immutable`.
156156
///
157-
/// A `fields` resource should store `field-name`s and `field-value`s in their /// original casing used to construct or mutate the `fields` resource. The `fields`
157+
/// A `fields` resource should store `field-name`s and `field-value`s in their
158+
/// original casing used to construct or mutate the `fields` resource. The `fields`
158159
/// resource should use that original casing when serializing the fields for
159160
/// transport or when returning them from a method.
160161
resource fields {

0 commit comments

Comments
 (0)