Skip to content

Commit 3e7fec9

Browse files
authored
docs: fix typo in ibm-string-attributes description (#728)
This was rendering as: `do not define the code>pattern` Signed-off-by: Dustin Popp <[email protected]>
1 parent 4256d79 commit 3e7fec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ibm-cloud-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6874,7 +6874,7 @@ fields in order to clearly define the set of valid values for the property.
68746874
<li>The check for the <code>maxLength</code> field is bypassed if <code>format</code> is set to <code>date</code>.</li>
68756875
</ul>
68766876
<p>This rule also checks non-string schema properties to make sure they do not define the
6877-
code>pattern</code>, <code>minLength</code> and <code>maxLength</code> fields since these fields are applicable
6877+
<code>pattern</code>, <code>minLength</code> and <code>maxLength</code> fields since these fields are applicable
68786878
only for string schemas.
68796879
</td>
68806880
</tr>

0 commit comments

Comments
 (0)