Skip to content

Commit b1b1072

Browse files
authored
Fix formatting
1 parent 24fc9d8 commit b1b1072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/annotating_code/type_syntax/scalar_types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Psalm also supports a `trait-string` annotation denote a trait that exists.
5757
Examples:
5858

5959
- `"hello " . "world"`
60-
- `"hello " . Person::DEFAULT_NAME
60+
- `"hello " . Person::DEFAULT_NAME`
6161
- `implode([', ', ["one", "two"])`
6262
- `implode([', ', [1, 2, 3])`
6363
- `"hello " . <another literal-string>`

0 commit comments

Comments
 (0)