Skip to content

Commit bfc1db8

Browse files
authored
Fix the indent in strict-raw-types.md. (#3034)
1 parent 6a6c6c4 commit bfc1db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/type-system/strict-raw-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ their bounds, or `dynamic` if there are no bounds.
1111
To enable strict raw types, set the `strict-raw-types` option to `true`, under
1212
the Analyzer's `language` section:
1313

14-
```yaml
14+
```yaml
1515
analyzer:
1616
language:
1717
strict-raw-types: true

0 commit comments

Comments
 (0)